Skip to content

Commit

Permalink
Fix release job to create a pull request for signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Jul 27, 2023
1 parent 4160a36 commit 5f08b89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
environment: release
needs: [linux, macos, windows, dist, docker]
if: startsWith(github.ref, 'refs/tags/jq-')
Expand Down Expand Up @@ -392,4 +393,4 @@ jobs:
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git commit -m "Update signatures of ${TAG_NAME#jq-}"
git push origin HEAD:master
gh pr create --title "Update signatures of ${TAG_NAME#jq-}"

0 comments on commit 5f08b89

Please sign in to comment.