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 251841d commit 5c38ca5Copy full SHA for 5c38ca5
.github/workflows/gateway-release-pr.yml
@@ -69,7 +69,7 @@ jobs:
69
GITHUB_TOKEN: ${{ secrets.APP_INSTALLATION_TOKEN }}
70
TYPE_ARG: ${{ fromJSON('{"patch":"patch", "minor":"minor", "major":"major"}')[github.event.inputs.type] }}
71
BETA_ARG: ${{ github.event.inputs.beta == 'true' && '--preRelease=beta' || '' }}
72
- run: npm run release -- $TYPE_ARG --ci --verbose --no-git.push --no-git.commit --no-git.tag --no-github --no-npm --no-git.requireCleanWorkingDir $BETA_ARG
+ run: npm run release -- $TYPE_ARG --ci --verbose --no-git.push --no-git.commit --no-git.tag --no-github --no-git.requireCleanWorkingDir $BETA_ARG
73
- name: Stage package.json changes
74
working-directory: services/gateway
75
run: |
0 commit comments