Skip to content

Commit bb0caa6

Browse files
author
Lasim
committed
fix(gateway): add --no-git.requireCleanWorkingDir option to release command
1 parent d72f5f2 commit bb0caa6

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 $BETA_ARG
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
7373
- name: Update version.ts file
7474
working-directory: services/gateway
7575
run: |

0 commit comments

Comments
 (0)