Skip to content

Commit

Permalink
[Release] try update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Josscoder committed Mar 9, 2023
1 parent 164a090 commit 2676cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
with:
artifacts: ${{ github.workspace }}/target/*.jar
draft: false
name: Release v$VERSION
tag: $VERSION
name: Release v${{ env.VERSION }}
tag: ${{ env.VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}
body: "The artifacts are kept up to date with the branch release."
commit: ${{ github.sha }}
Expand Down

0 comments on commit 2676cc6

Please sign in to comment.