Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro100 committed Apr 10, 2024
1 parent 3f9572c commit 8f6d079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
run: |
if [ "$CURRENT_VERSION" != "$LOCAL_VERSION" ]; then
echo "Version changed from $CURRENT_VERSION to $LOCAL_VERSION"
echo "VERSION_CHANGED=true >> $GITHUB_OUTPUT
echo "VERSION_CHANGED=true" >> $GITHUB_OUTPUT
else
echo "Version did not change"
echo "VERSION_CHANGED=false >> $GITHUB_OUTPUT
echo "VERSION_CHANGED=false" >> $GITHUB_OUTPUT
fi
build-publish:
Expand Down

0 comments on commit 8f6d079

Please sign in to comment.