Skip to content

Commit 5c38ca5

Browse files
author
Lasim
committed
fix(gateway): remove redundant --no-npm option from release command
1 parent 251841d commit 5c38ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gateway-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
GITHUB_TOKEN: ${{ secrets.APP_INSTALLATION_TOKEN }}
7070
TYPE_ARG: ${{ fromJSON('{"patch":"patch", "minor":"minor", "major":"major"}')[github.event.inputs.type] }}
7171
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
72+
run: npm run release -- $TYPE_ARG --ci --verbose --no-git.push --no-git.commit --no-git.tag --no-github --no-git.requireCleanWorkingDir $BETA_ARG
7373
- name: Stage package.json changes
7474
working-directory: services/gateway
7575
run: |

0 commit comments

Comments
 (0)