Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ecanuto committed Feb 26, 2024
1 parent c354896 commit 2f568e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
gh release create "${GITHUB_REF_NAME}" \
--repo="${GITHUB_REPOSITORY}"
--verify-tag
--repo="${GITHUB_REPOSITORY}" \
--verify-tag \
--latest \
--draft
# Download
download:
Expand Down

0 comments on commit 2f568e7

Please sign in to comment.