From 29c05024debca9cee0a305c730eb2094da993dda Mon Sep 17 00:00:00 2001 From: "joel@joellee.org" Date: Sun, 27 Aug 2023 22:43:44 +0200 Subject: [PATCH] fix: revert python-semantic-release branch to main --- .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 035b261c..54321b3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: if: steps.release.outputs.released == 'true' - name: Publish package distributions to GitHub Releases - uses: python-semantic-release/upload-to-gh-release@develop + uses: python-semantic-release/upload-to-gh-release@main if: steps.release.outputs.released == 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}