Skip to content

Commit

Permalink
Use v1 tag for gh-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Dec 8, 2023
1 parent 6645b04 commit 82449bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: tar --zstd -cvf ${{ steps.version.outputs.name }}.tar.zst ${{ steps.version.outputs.name }}

- name: Create release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
with:
files: "*.tar.zst"
Expand Down

0 comments on commit 82449bc

Please sign in to comment.