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 3c8aa50 commit 4f34241Copy full SHA for 4f34241
.github/workflows/build-tag.yml
@@ -25,7 +25,7 @@ jobs:
25
env:
26
GITHUB_TOKEN: ${{ secrets.GH_CREDENTIALS }}
27
- name: 🔖Build tag
28
- if: ${{ !steps.checkTag.outputs.exists }}
+ if: ${{ steps.checkTag.outputs.exists == 'false' }}
29
id: tag_version
30
uses: mathieudutour/[email protected]
31
with:
@@ -34,7 +34,7 @@ jobs:
34
custom_tag: ${{ steps.gemspec_fetch.outputs.version }}
35
tag_prefix: v
36
- name: 📙 Github release
37
38
uses: ncipollo/release-action@v1
39
40
tag: ${{ steps.tag_version.outputs.new_tag }}
0 commit comments