Skip to content

Commit

Permalink
fix: release tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanti committed Aug 5, 2024
1 parent 5d1f46b commit ac2b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: ${{ env.TAG }}
files: |
${{ env.ASSET }}

0 comments on commit ac2b786

Please sign in to comment.