Skip to content

Commit

Permalink
makes release the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasa committed Jan 5, 2024
1 parent 56ed21b commit 60ce6fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
replacesArtifacts: true
#tag: "${{ github.run_number }}"
tag: "ExcavatorJ-${{ github.run_number }}"
release_name: "ExcavatorJ ${{ github.run_number }}"
allowUpdates: true
name: "ExcavatorJ ${{ github.run_number }}"
makeLatest: true
allowUpdates: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 60ce6fb

Please sign in to comment.