Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey2936 committed Mar 30, 2023
1 parent 7872ea0 commit c479a98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.4
1.1.4
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
prerelease: ${{ github.ref != 'refs/heads/stable' }}
repo_token: ${{ github.token }}
title: ${{ steps.version.outputs.version }}
automatic_release_tag: ${{ steps.version.outputs.version }}
title: v${{ steps.version.outputs.version }}
automatic_release_tag: v${{ steps.version.outputs.version }}
files: |
target/stacker.jar

0 comments on commit c479a98

Please sign in to comment.