Skip to content

Commit

Permalink
Fix env variable in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Oct 15, 2023
1 parent a6d004e commit 9d31f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
VERSION: ${{ github.ref_name }}
RELEASE_VERISON: ${{ github.ref_name }}
RELEASE_VERSION: ${{ github.ref_name }}
CURSEFORGE_KEY: ${{ secrets.CurseForgeKey }}
steps:
- name: Checkout repo
Expand Down

0 comments on commit 9d31f81

Please sign in to comment.