Skip to content

Commit e42dd21

Browse files
committed
fix
1 parent da9eb04 commit e42dd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "MOD_VERSION=$(gradle -q printVersion)" >> "$GITHUB_OUTPUT"
6161
6262
- name: Version Check
63-
if: ${{steps.vars.outputs.MOD_VERSION}} != ${{github.ref_name}}
63+
if: ${{ steps.vars.outputs.MOD_VERSION != github.ref_name }}
6464
uses: actions/github-script@v3
6565
with:
6666
script: |

0 commit comments

Comments
 (0)