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 2f4528e commit db7af0aCopy full SHA for db7af0a
.github/actions/release/action.yml
@@ -66,16 +66,16 @@ runs:
66
id: create_release
67
uses: softprops/action-gh-release@v1
68
with:
69
- tag_name: ${{ env.version }}
+ tag_name: v${{ env.version }}
70
name: TiGL ${{ env.version }}
71
body: ${{ steps.changelog.outputs.content }}
72
draft: true
73
prerelease: false
74
token: ${{ inputs.GH_TOKEN }}
75
files: |
76
- ./win-installer/TIGL-${{ env.version }}-win64.exe
77
- ./win-package/TIGL-${{ env.version }}-win64.zip
78
- ./macos-package/TIGL-${{ env.version }}-Darwin.dmg
+ TIGL-${{ env.version }}-win64.exe
+ TIGL-${{ env.version }}-win64.zip
+ TIGL-${{ env.version }}-Darwin.dmg
79
80
- name: Checkout tigl-website repo
81
uses: actions/checkout@v3
0 commit comments