Skip to content

Commit

Permalink
Fix gh release section of workflow (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
jni authored Jan 17, 2024
1 parent 9e86067 commit f1ac9a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
# If tagged version: Update release on github repo
- uses: softprops/action-gh-release@v1
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && startsWith(github.ref, 'refs/tags')
tag_name: ${{ env.tag }}
with:
tag_name: ${{ github.ref }}
name: ${{ env.tag }}
files: |
dist/*
generate_release_notes: true

0 comments on commit f1ac9a3

Please sign in to comment.