Skip to content

Commit

Permalink
fix: add the -R flag to the post-publish action for easier copy/paste (
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Apr 27, 2023
1 parent 1babe54 commit 1edde27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const DEFAULT_RELEASE_PROCESS = (args.publish ? AUTO_PUBLISH_STEPS : MANUAL_PUBL
Release Please will run on the just pushed release commit and create GitHub releases and tags for each package.
\`\`\`
gh run watch $(gh run list -R {NWO} -w release -b <BASE-BRANCH> -L 1 --json databaseId -q ".[0].databaseId")
gh run watch -R {NWO} $(gh run list -R {NWO} -w release -b <BASE-BRANCH> -L 1 --json databaseId -q ".[0].databaseId")
\`\`\`
`
/* eslint-enable max-len */
Expand Down

0 comments on commit 1edde27

Please sign in to comment.