Skip to content

Commit 251841d

Browse files
author
Lasim
committed
feat(gateway): stage updated package.json and CHANGELOG.md in release workflow
1 parent bb0caa6 commit 251841d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ jobs:
7070
TYPE_ARG: ${{ fromJSON('{"patch":"patch", "minor":"minor", "major":"major"}')[github.event.inputs.type] }}
7171
BETA_ARG: ${{ github.event.inputs.beta == 'true' && '--preRelease=beta' || '' }}
7272
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
73+
- name: Stage package.json changes
74+
working-directory: services/gateway
75+
run: |
76+
# Stage the updated package.json and CHANGELOG.md
77+
git add package.json CHANGELOG.md
7378
- name: Update version.ts file
7479
working-directory: services/gateway
7580
run: |

0 commit comments

Comments
 (0)