Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 committed Jun 26, 2024
1 parent 5990851 commit d6eb77c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d6eb77c

Please sign in to comment.