Skip to content

Commit

Permalink
use run number when publishing a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Grabsky authored May 25, 2024
1 parent 1bb4fbe commit de84cf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
with:
arguments: publish
env:
# GitHub Packages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: ncipollo/release-action@v1
with:
tag: "1.20.1-${{ github.run_id }}"
tag: "1.20.1-${{ github.run_number }}"

0 comments on commit de84cf3

Please sign in to comment.