We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9217ef4 commit f1a4cf4Copy full SHA for f1a4cf4
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Release
40
uses: softprops/action-gh-release@v1
41
with:
42
- tag_name: "$(git describe --tags --abbrev=0)"
+ tag_name: ${{ steps.taggerDryRun.outputs.new_tag }}
43
files: |
44
astgen-win.exe
45
astgen-macos
0 commit comments