We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943c41c commit f1848a5Copy full SHA for f1848a5
.github/workflows/ci.yaml
@@ -52,7 +52,7 @@ jobs:
52
path: 'package.json'
53
prop_path: 'version'
54
## we check if repo contains already this tag, if not version, has changed
55
- - uses: mukunku/tag-exists-action@v1.6.0
+ - uses: mukunku/tag-exists-action@v1.7.0
56
id: check
57
with:
58
tag: ${{ steps.version.outputs.prop }}
0 commit comments