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 f625316 commit 45d3d8eCopy full SHA for 45d3d8e
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Dry run on pull request
21
if: ${{ github.event_name == 'pull_request' }}
22
run: |
23
- ./tools/tools_runner.sh publish-plugin \
+ ./tools/tools_runner.sh publish \
24
--all-changed \
25
--pub-publish-flags=--dry-run \
26
--base-sha=HEAD~
0 commit comments