Skip to content

Commit

Permalink
fix tagname and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed May 4, 2023
1 parent 2f4528e commit db7af0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ runs:
id: create_release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.version }}
tag_name: v${{ env.version }}
name: TiGL ${{ env.version }}
body: ${{ steps.changelog.outputs.content }}
draft: true
prerelease: false
token: ${{ inputs.GH_TOKEN }}
files: |
./win-installer/TIGL-${{ env.version }}-win64.exe
./win-package/TIGL-${{ env.version }}-win64.zip
./macos-package/TIGL-${{ env.version }}-Darwin.dmg
TIGL-${{ env.version }}-win64.exe
TIGL-${{ env.version }}-win64.zip
TIGL-${{ env.version }}-Darwin.dmg
- name: Checkout tigl-website repo
uses: actions/checkout@v3
Expand Down

0 comments on commit db7af0a

Please sign in to comment.