Skip to content

Commit

Permalink
Remove extra bits from the release tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Apr 4, 2022
1 parent 2e5ef16 commit e181f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: windows-${{github.ref_name}}
automatic_release_tag: ${{github.ref_name}}
title: FBX2glTF Windows packages
files: |
thirdparty-license.rtf
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: linux-${{github.ref_name}}
automatic_release_tag: ${{github.ref_name}}
title: FBX2glTF Linux packages
files: |
thirdparty-license.rtf
Expand Down

0 comments on commit e181f44

Please sign in to comment.