Skip to content

Commit

Permalink
[mod] 修复错误tagName
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Aug 6, 2023
1 parent ce92f4f commit b8920fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
projectPath: 'crates/gui'
tagName: ${{ needs.create_release.outputs.version }}
tagName: '${{github.ref_name}}'
releaseName: 'Seam ${{ needs.create_release.outputs.version }}'
releaseBody: '${{ needs.create_release.outputs.changes }}'
releaseDraft: false
Expand Down

0 comments on commit b8920fa

Please sign in to comment.