Skip to content

Commit

Permalink
Merge pull request #125 from clog-tool/nightly-release
Browse files Browse the repository at this point in the history
Fix nightly release workflow
  • Loading branch information
kbknapp authored Jul 9, 2024
2 parents e424614 + de14797 commit cf09a72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ name: Nightly Release
env:
RELEASE_BIN: clog
RELEASE_ADDS: >-
LICENSE-APACHE
LICENSE-MIT
LICENSE
nightly-CHANGELOG.md
README.md
Expand Down Expand Up @@ -58,7 +57,7 @@ jobs:
SHA: ${{ steps.short-sha.outputs.sha }}

- name: Remove previous Nightly Release
uses: dev-drprasad/delete-tag-and-release@v0.2.0
uses: dev-drprasad/delete-tag-and-release@v1.1
with:
delete_release: true
tag_name: nightly
Expand Down

0 comments on commit cf09a72

Please sign in to comment.