Skip to content

Commit db3cd49

Browse files
committed
⚗️ Try different comparison syntax
1 parent d4b336e commit db3cd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
echo "tag_version=${GITHUB_REF#refs/*/}" >> "$GITHUB_ENV"
2727
- name: Compare version to tag version
28-
if: ${{ env.galaxy_version }} != ${{ env.tag_version }}
28+
if: ${{ env.galaxy_version != env.tag_version }}
2929
run: |
3030
echo "::error ::Version in galaxy.yml does not match the tag version."
3131
exit 1

0 commit comments

Comments
 (0)