Skip to content

Commit

Permalink
fix(cd): configure dev-release action to delete from non-draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantwrp committed Jan 26, 2025
1 parent 4532155 commit 08bdfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: dev
deleteOnlyFromDrafts: false
- name: Calculate short SHA
shell: bash
run: echo "GITHUB_SHORT_SHA=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 08bdfaa

Please sign in to comment.