Skip to content

Commit

Permalink
modifying release and tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasa committed Jan 5, 2024
1 parent 60ce6fb commit 13c702c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
with:
artifacts: "target/excavator.jar"
replacesArtifacts: true
#tag: "${{ github.run_number }}"
tag: "ExcavatorJ-${{ github.run_number }}"
name: "ExcavatorJ ${{ github.run_number }}"
tag: "ExcavatorJ-run${{ github.run_number }}"
name: "Excavator-J"
makeLatest: true
allowUpdates: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 13c702c

Please sign in to comment.