Skip to content

Commit

Permalink
FIX @W-17330636@ Fixed post-publish PR creation. (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeingold35 authored Dec 20, 2024
1 parent 5d66b75 commit 14a7933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-package-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ jobs:
runs-on: macos-latest
needs: [prepare-release-branch, build-and-test-and-publish]
if: ${{ inputs.dryrun == false }} # A Dry Run doesn't release, so no PR should be made
env:
GH_TOKEN: ${{ github.token }}
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 14a7933

Please sign in to comment.