From 3a00104fe5206bb48db9e440d8abfe503a6b505f Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Thu, 28 Sep 2023 08:50:53 +0000 Subject: [PATCH] Fix semantic releaase workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}