We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf320f commit e6f98f5Copy full SHA for e6f98f5
1 file changed
.github/workflows/ci.yaml
@@ -63,7 +63,7 @@ jobs:
63
path: 'package.json'
64
prop_path: 'version'
65
## we check if repo contains already this tag, if not version, has changed
66
- - uses: mukunku/tag-exists-action@v1.6.0
+ - uses: mukunku/tag-exists-action@v1.7.0
67
id: check
68
with:
69
tag: ${{ steps.version.outputs.prop }}
@@ -74,7 +74,7 @@ jobs:
74
path: 'next/package.json'
75
76
77
78
id: next_check
79
80
tag: ${{ steps.next_version.outputs.prop }}
0 commit comments