Skip to content

Commit

Permalink
Update release-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tychobrailleur committed Jun 29, 2024
1 parent 29120b2 commit 394cd53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: show_version
run: cat version.properties
- name: Delete previous tag and release
uses: tychobrailleur/delete-tag-and-release@a0b40c78364a0624acff246eefeed08aa835089f
uses: tychobrailleur/delete-tag-and-release@453626e2f16a2625a19e18d91e4cdf1f41624dde
with:
delete_release: true
delete_non_draft: true
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
--data '{ "draft": false }'
- name: If not dev-release delete previous short version tag
if: ${{ steps.read_version_properties.outputs.tag != 'dev' }}
uses: tychobrailleur/delete-tag-and-release@a0b40c78364a0624acff246eefeed08aa835089f
uses: tychobrailleur/delete-tag-and-release@453626e2f16a2625a19e18d91e4cdf1f41624dde
with:
delete_release: true
delete_non_draft: true
Expand Down

0 comments on commit 394cd53

Please sign in to comment.