Skip to content

Commit

Permalink
ci: fix missing actions for releases
Browse files Browse the repository at this point in the history
Set releases handled by release-please to draft status to prevent the github-actions token from stopping the release process upon tagging the release.
  • Loading branch information
thor authored Oct 13, 2023
1 parent 2072619 commit aabdfc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: php
draft: true

0 comments on commit aabdfc7

Please sign in to comment.