Skip to content

Commit

Permalink
fix: use a more portable means of spawning subshells (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Apr 26, 2023
1 parent 7a2481c commit 1babe54
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 $(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 1babe54

Please sign in to comment.