Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunimark committed Jul 14, 2023
1 parent 45edbe2 commit 4845a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
curseforge-id: "${{ env.PROJECT_ID }}"
curseforge-token: "${{env.CURSEFORGE_TOKEN}}"

github-tag: "v${{env.RELEASE-VERSION}}"
github-tag: "v${{env.RELEASE_VERSION}}"
github-token: "${{env.GITHUB_TOKEN}}"

name: "${{env.RELEASE_NAME}}-${{env.RELEASE-VERSION}}-${{env.MINECRAFT_VERSION}}"
version: "${{env.RELEASE-VERSION}}"
name: "${{env.RELEASE_NAME}}-${{env.RELEASE_VERSION}}-${{env.MINECRAFT_VERSION}}"
version: "${{env.RELEASE_VERSION}}"
version-type: release
changelog-file: CHANGELOG.md

Expand Down

0 comments on commit 4845a07

Please sign in to comment.