Skip to content

Commit

Permalink
Bump mukunku/tag-exists-action from 1.5.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/mukunku/tag-exists-action/releases)
- [Commits](mukunku/tag-exists-action@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: mukunku/tag-exists-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and krasnoukhov committed Feb 5, 2024
1 parent dcdfe25 commit 3df6227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo "COMPONENT_VERSION=$(jq -r .version custom_components/*/manifest.json)" >> $GITHUB_ENV

- name: "🏷️ Check if tag exists already"
uses: mukunku/tag-exists-action@v1.5.0
uses: mukunku/tag-exists-action@v1.6.0
id: "check_tag"
with:
tag: "v${{ env.COMPONENT_VERSION }}"
Expand Down

0 comments on commit 3df6227

Please sign in to comment.