Skip to content

Commit cf09a72

Browse files
authored
Merge pull request #125 from clog-tool/nightly-release
Fix nightly release workflow
2 parents e424614 + de14797 commit cf09a72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release_nightly.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ name: Nightly Release
88
env:
99
RELEASE_BIN: clog
1010
RELEASE_ADDS: >-
11-
LICENSE-APACHE
12-
LICENSE-MIT
11+
LICENSE
1312
nightly-CHANGELOG.md
1413
README.md
1514
@@ -58,7 +57,7 @@ jobs:
5857
SHA: ${{ steps.short-sha.outputs.sha }}
5958

6059
- name: Remove previous Nightly Release
61-
uses: dev-drprasad/delete-tag-and-release@v0.2.0
60+
uses: dev-drprasad/delete-tag-and-release@v1.1
6261
with:
6362
delete_release: true
6463
tag_name: nightly

0 commit comments

Comments
 (0)