We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9eb04 commit e42dd21Copy full SHA for e42dd21
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
echo "MOD_VERSION=$(gradle -q printVersion)" >> "$GITHUB_OUTPUT"
61
62
- name: Version Check
63
- if: ${{steps.vars.outputs.MOD_VERSION}} != ${{github.ref_name}}
+ if: ${{ steps.vars.outputs.MOD_VERSION != github.ref_name }}
64
uses: actions/github-script@v3
65
with:
66
script: |
0 commit comments