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.
2 parents 9907f25 + b8406f4 commit 8e4cd85Copy full SHA for 8e4cd85
1 file changed
.github/workflows/ci.yml
@@ -21,10 +21,10 @@ jobs:
21
steps:
22
- name: Get current PR
23
id: pr
24
- uses: 8BitJonny/gh-get-current-pr@3.0.0
+ uses: 8BitJonny/gh-get-current-pr@4.0.0
25
with:
26
filterOutClosed: true
27
- sha: ${{ github.event.pull_request.head.sha }}
+ filterOutDraft: true
28
release_semantic_dry:
29
needs: prepare_jobs
30
name: Release (semantic, dry)
0 commit comments