Skip to content

Commit

Permalink
set tag to current commit not default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Jul 14, 2023
1 parent 3040ccc commit 7fcdd51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
files: build/libs/*.jar
body_path: build/changelog.html
tag_name: v${{ steps.gradle_props.outputs.minecraft_version }}-${{ steps.gradle_props.outputs.mod_version }}.${{ github.run_number }}
target_commitish: ${{ github.sha }}

# - name: Publish
# uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 7fcdd51

Please sign in to comment.