Skip to content

Commit 08bdfaa

Browse files
committed
fix(cd): configure dev-release action to delete from non-draft release
1 parent 4532155 commit 08bdfaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
tag: dev
31+
deleteOnlyFromDrafts: false
3132
- name: Calculate short SHA
3233
shell: bash
3334
run: echo "GITHUB_SHORT_SHA=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)