Skip to content

Commit

Permalink
ci: remove "refs/tags/" in released tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eligao committed Aug 1, 2023
1 parent 859e39b commit 0c161fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
files: |
./dist.zip
name: Release ${{ github.ref }}
name: Release ${{ github.ref_name }}
draft: false
prerelease: false
fail_on_unmatched_files: true

0 comments on commit 0c161fc

Please sign in to comment.