Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmmjackson committed Sep 20, 2023
1 parent 830b8da commit 173fafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ create-release: clobber-release
gh release create {{version}} --notes "{{notes}}"

clobber-release:
gh release delete {{version}} -y
gh release delete {{version}} -y || true

upload-to-release:
gh release view {{version}} || just msg="Release does not exist" die
Expand Down

0 comments on commit 173fafb

Please sign in to comment.