Skip to content

Commit

Permalink
fixed version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
krjw-eyev committed Sep 8, 2022
1 parent 606a154 commit d394104
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
with:
artifacts: 'build/linux/x64/release/bundle/skyle_ik-windows.zip'
token: ${{ secrets.RELEASES_TOKEN }}
tag: 1.0
tag: '1.0.0'
commit: main
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
with:
artifacts: 'build/macos/Build/Products/Release/skyle_ik.app'
token: ${{ secrets.RELEASES_TOKEN }}
tag: 1.0
tag: '1.0.0'
commit: main
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
with:
artifacts: 'build/windows/runner/Release/skyle_ik-windows.zip'
token: ${{ secrets.RELEASES_TOKEN }}
tag: 1.0
tag: '1.0.0'
commit: main

0 comments on commit d394104

Please sign in to comment.