Skip to content

Commit

Permalink
feat: bump dev-drprasad/delete-tag-and-release to v0.2.1 (ignite#3485)
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>
Co-authored-by: Jerónimo Albi <[email protected]>
  • Loading branch information
Abirdcfly and jeronimoalbi authored Apr 24, 2023
1 parent 96a329a commit 7fc7b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: Delete the nightly release
uses: dev-drprasad/[email protected].0
uses: dev-drprasad/[email protected].1
with:
tag_name: nightly
delete_release: true
Expand Down
2 changes: 1 addition & 1 deletion ignite/templates/app/files/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
args: chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t darwin:amd64 -t darwin:arm64

- name: Delete the "latest" Release
uses: dev-drprasad/[email protected].0
uses: dev-drprasad/[email protected].1
if: ${{ steps.vars.outputs.is_release_type_latest == 'true' }}
with:
tag_name: ${{ steps.vars.outputs.tag_name }}
Expand Down

0 comments on commit 7fc7b68

Please sign in to comment.