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.
1 parent 23c2660 commit fffe8d3Copy full SHA for fffe8d3
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Check if tag exists
41
id: check_tag
42
run: |
43
- if git ls-remote --tags origin | grep -q "refs/tags/v${{ steps.get_version.outputs. version }}"; then
+ if git ls-remote --tags origin | grep -q "refs/tags/v${{ steps.get_version.outputs.version }}"; then
44
echo "Tag already exists"
45
echo "exists=true" >> $GITHUB_OUTPUT
46
else
0 commit comments