Skip to content

Commit

Permalink
fix gradle props step references
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Jul 14, 2023
1 parent be9e86b commit d7b96f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
#verify ensures that it's reachable on the current branch
verify: true
- uses: madhead/read-java-properties@latest
id: version
id: gradle_props
with:
file: gradle.properties
all: true
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
files: build/libs/*.jar
body_path: build/changelog.html
tag_name: v${{ steps.all.outputs.minecraft_version }}-${{ steps.all.outputs.mod_version }}.${{ github.run_id }}
tag_name: v${{ steps.gradle_props.outputs.minecraft_version }}-${{ steps.gradle_props.outputs.mod_version }}.${{ github.run_id }}

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

0 comments on commit d7b96f4

Please sign in to comment.