From ea8c31c67c59e2dac98a310ff48485ad5c5de05f Mon Sep 17 00:00:00 2001 From: Setu Shah Date: Fri, 15 Aug 2025 15:54:25 -0700 Subject: [PATCH] ci: Replace deprecated action to create a GH release --- .github/workflows/release.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 41983ef..d7c9fee 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,6 +25,7 @@ jobs: github_token: ${{ secrets.GALILEO_AUTOMATION_GITHUB_TOKEN }} ssh_public_signing_key: ${{ secrets.GALILEO_AUTOMATION_SSH_PUBLIC_KEY }} ssh_private_signing_key: ${{ secrets.GALILEO_AUTOMATION_SSH_PRIVATE_KEY }} + vcs_release: true - name: Build Package if: steps.release.outputs.released == 'true' @@ -38,9 +39,3 @@ jobs: with: verbose: true print-hash: true - - - name: Publish to GitHub Releases - uses: python-semantic-release/upload-to-gh-release@main - if: steps.release.outputs.released == 'true' - with: - github_token: ${{ secrets.GALILEO_AUTOMATION_GITHUB_TOKEN }}