Skip to content

Commit 9de6b87

Browse files
Bump mukunku/tag-exists-action from 1.6.0 to 1.7.0
Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](mukunku/tag-exists-action@v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b522440 commit 9de6b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: echo "CAPIO_CL_VERSION=$(grep -E 'VERSION [0-9]+\.[0-9]+\.[0-9]+' CMakeLists.txt | awk '{print $2}')" >> $GITHUB_ENV
2222
- name: "Check if tag exists"
2323
id: check-tag
24-
uses: mukunku/tag-exists-action@v1.6.0
24+
uses: mukunku/tag-exists-action@v1.7.0
2525
with:
2626
tag: "v${{ env.CAPIO_CL_VERSION }}"
2727

0 commit comments

Comments
 (0)