We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c90c513 + da264c5 commit ffa2df1Copy full SHA for ffa2df1
.github/workflows/tagging.yml
@@ -28,7 +28,7 @@ jobs:
28
fi
29
30
- name: Create tag if versions have upgraded
31
- if: steps.tag-version.outputs.compare == 'true'
+ if: steps.tag-version.outputs.compare == 'false'
32
run: |
33
git config --local user.name "github-actions"
34
git config --local user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments