Skip to content

Commit

Permalink
fix: release ref naming
Browse files Browse the repository at this point in the history
Signed-off-by: ThysTips <[email protected]>
  • Loading branch information
thystips committed Jun 18, 2024
1 parent 2d1261c commit bcc99b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
name: Release ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.changes }}
files: |
dist/weytop-infrastructure-${{ github.ref }}.tar.gz
dist/weytop-infrastructure-${{ github.ref_name }}.tar.gz
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit bcc99b9

Please sign in to comment.