Skip to content

Commit

Permalink
fix: bundle upload condition
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 6, 2024
1 parent 3328262 commit 90db83f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ jobs:

- name: Upload bundle to GH release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: ${{ steps.semrel.outputs.version }}
files: guitos.zip
Expand Down

0 comments on commit 90db83f

Please sign in to comment.