We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d6a96 commit d3cc004Copy full SHA for d3cc004
.github/workflows/release.yml
@@ -171,7 +171,7 @@ jobs:
171
RELEASE_COMMENT_ID: ${{ needs.release.outputs.comment-id }}
172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173
run: |
174
- npm exec --offline -- template-oss-release-manager --lockfile=false
+ npm exec --offline -- template-oss-release-manager --lockfile=false --publish=false
175
npm run rp-pull-request --ignore-scripts --if-present
176
- name: Commit
177
id: commit
0 commit comments