Skip to content

Commit

Permalink
Update release-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tychobrailleur authored Jun 29, 2024
1 parent 0a8f514 commit 29120b2
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@37738271e11ce386a5f2b5023bb063ed87b6d075
uses: tychobrailleur/delete-tag-and-release@a0b40c78364a0624acff246eefeed08aa835089f
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@37738271e11ce386a5f2b5023bb063ed87b6d075
uses: tychobrailleur/delete-tag-and-release@a0b40c78364a0624acff246eefeed08aa835089f
with:
delete_release: true
delete_non_draft: true
Expand Down

0 comments on commit 29120b2

Please sign in to comment.