From d6eb77c63a7577f13ce42156d4571cedc5dde2b3 Mon Sep 17 00:00:00 2001 From: CharlieM <31941002+CharlieMc0@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:20:00 -0500 Subject: [PATCH] Testing --- .github/workflows/publish-release.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index afe73b8c0a..3dd9028576 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -492,11 +492,10 @@ jobs: dist/checksums.txt - name: Release - uses: softprops/action-gh-release@v2 - with: - files: | - ${{ steps.attestation.outputs.bundle-path }} - tag_name: ${{ env.GITHUB_TAG_MAJOR_VERSION }} + shell: bash + run: | + gh release upload ${{ env.GITHUB_TAG_MAJOR_VERSION }} ${{ steps.attestation.outputs.bundle-path }} + - name: Clean Up Workspace if: always()