Skip to content

Commit

Permalink
potential fix for release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Grabsky authored May 25, 2024
1 parent e519c8c commit 1bb4fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Release
uses: ncipollo/release-action@v1
with:
tag: '1.20.1-${{ vars.GITHUB_RUN_NUMBER }}'
tag: "1.20.1-${{ github.run_id }}"

0 comments on commit 1bb4fbe

Please sign in to comment.