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 a5057f5 commit f1a685a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Create release draft
run: gh release create --verify-tag
run: gh release create "${GITHUB_REF_NAME}" --verify-tag

- name: Create release draft
run: ./builder.sh release
Expand Down

0 comments on commit f1a685a

Please sign in to comment.