diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65aed853..dd1a2223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,6 @@ jobs: if: steps.release.outputs.released == 'true' - name: Python Semantic Release - uses: python-semantic-release/upload-to-gh-release@master + uses: python-semantic-release/upload-to-gh-release@main with: github_token: ${{ secrets.GITHUB_TOKEN }}