Skip to content

Commit

Permalink
Set name of release again
Browse files Browse the repository at this point in the history
This is needed for the Gradle way of creating releases.
  • Loading branch information
rkrisztian committed May 9, 2023
1 parent 06d9023 commit f37379d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ steps.build_jars.outputs.version }}
draft: false
prerelease: false
files: |
Expand Down

0 comments on commit f37379d

Please sign in to comment.