Skip to content

Commit e6f98f5

Browse files
chore(deps): update mukunku/tag-exists-action action to v1.7.0
1 parent 4cf320f commit e6f98f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
path: 'package.json'
6464
prop_path: 'version'
6565
## we check if repo contains already this tag, if not version, has changed
66-
- uses: mukunku/tag-exists-action@v1.6.0
66+
- uses: mukunku/tag-exists-action@v1.7.0
6767
id: check
6868
with:
6969
tag: ${{ steps.version.outputs.prop }}
@@ -74,7 +74,7 @@ jobs:
7474
path: 'next/package.json'
7575
prop_path: 'version'
7676
## we check if repo contains already this tag, if not version, has changed
77-
- uses: mukunku/tag-exists-action@v1.6.0
77+
- uses: mukunku/tag-exists-action@v1.7.0
7878
id: next_check
7979
with:
8080
tag: ${{ steps.next_version.outputs.prop }}

0 commit comments

Comments
 (0)