Skip to content

Commit

Permalink
[ci skip] Fix git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
melontini committed Apr 18, 2024
1 parent a2868b0 commit 5a7416e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
build/libs/!(*-@(dev|sources|javadoc|dependencies|full-dependencies)).jar
build/libs/*-@(dev|sources|javadoc).jar
github-tag: v${{ needs.build.outputs.version_plain }}
github-tag: ${{ needs.build.outputs.version_plain }}
github-token: ${{ secrets.GITHUB_TOKEN }}
github-commitish: ${{ github.sha }}
github-prerelease: false
Expand Down

0 comments on commit 5a7416e

Please sign in to comment.