Skip to content

Commit

Permalink
ci: fix improper variable in unex changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Apr 4, 2021
1 parent 4d537bf commit 5c62c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
-v ${{ steps.changelog.outputs.version }}
dotnet unex changelog
${{ steps.vars.outputs.version }}
${{ steps.changelog.outputs.version }}
"$CHANGELOG_BODY"
-m ${{ steps.vars.outputs.modid }}
env:
Expand Down

0 comments on commit 5c62c28

Please sign in to comment.