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.
1 parent 342581a commit b94d659Copy full SHA for b94d659
.github/workflows/pull-request.yaml
@@ -9,9 +9,6 @@ jobs:
9
release:
10
name: Publish Packages
11
runs-on: ubuntu-latest
12
- # This job should only run after the build/deploy job, but it does NOT depend on 'deploy' succeeding
13
- # as the Changesets PR is created even if deploy fails. It should depend on 'build'.
14
- needs: build
15
16
# 🚨 CRITICAL: Grant the necessary permissions for git operations (commit/PR creation)
17
permissions:
0 commit comments