diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fae29d..5fda9bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: steps: - name: Get current PR id: pr - uses: 8BitJonny/gh-get-current-pr@3.0.0 + uses: 8BitJonny/gh-get-current-pr@4.0.0 with: filterOutClosed: true - sha: ${{ github.event.pull_request.head.sha }} + filterOutDraft: true release_semantic_dry: needs: prepare_jobs name: Release (semantic, dry)