Skip to content

Commit ffed5d6

Browse files
Bump dev-drprasad/delete-tag-and-release from 0.2.1 to 1.1
Bumps [dev-drprasad/delete-tag-and-release](https://github.com/dev-drprasad/delete-tag-and-release) from 0.2.1 to 1.1. - [Release notes](https://github.com/dev-drprasad/delete-tag-and-release/releases) - [Commits](dev-drprasad/delete-tag-and-release@v0.2.1...v1.1) --- updated-dependencies: - dependency-name: dev-drprasad/delete-tag-and-release dependency-version: '1.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd5a9f6 commit ffed5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Step 4: Delete the release if the versions don't match
4747
- name: Delete release if failed
4848
if: ${{ steps.compare_version.outputs.version != steps.get_latest_release.outputs.release }}
49-
uses: dev-drprasad/delete-tag-and-release@v0.2.1
49+
uses: dev-drprasad/delete-tag-and-release@v1.1
5050
with:
5151
tag_name: ${{ steps.get_latest_release.outputs.release }}
5252
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)