Skip to content

Commit f1a4cf4

Browse files
Update release.yml
1 parent 9217ef4 commit f1a4cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Release
4040
uses: softprops/action-gh-release@v1
4141
with:
42-
tag_name: "$(git describe --tags --abbrev=0)"
42+
tag_name: ${{ steps.taggerDryRun.outputs.new_tag }}
4343
files: |
4444
astgen-win.exe
4545
astgen-macos

0 commit comments

Comments
 (0)