We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4532155 commit 08bdfaaCopy full SHA for 08bdfaa
.github/workflows/cd.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
tag: dev
31
+ deleteOnlyFromDrafts: false
32
- name: Calculate short SHA
33
shell: bash
34
run: echo "GITHUB_SHORT_SHA=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
0 commit comments