Skip to content

Commit

Permalink
Merge pull request #103 from Olen/dependabot/github_actions/mukunku/t…
Browse files Browse the repository at this point in the history
…ag-exists-action-1.4.0

Bump mukunku/tag-exists-action from 1.3.0 to 1.4.0
  • Loading branch information
Olen authored Sep 18, 2023
2 parents c697ba0 + f863062 commit 7710d76
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 @@ -24,7 +24,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.3.0
uses: mukunku/tag-exists-action@v1.4.0
id: "check_tag"
with:
tag: "v${{ env.COMPONENT_VERSION }}"
Expand Down

0 comments on commit 7710d76

Please sign in to comment.