Skip to content

Commit

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

0 comments on commit 0a8f514

Please sign in to comment.