Skip to content

Commit b29f4c5

Browse files
committed
update v4 action
1 parent 14fc7f0 commit b29f4c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/v4-dev-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,28 @@ jobs:
1515
registry-url: 'https://registry.npmjs.org'
1616

1717
- name: Install npm dependencies
18+
working-directory: ./libraries/spfx-controls-react
1819
run: npm i
1920

2021
- name: Update the package version
22+
working-directory: ./libraries/spfx-controls-react
2123
if: github.ref == 'refs/heads/dev'
2224
run: node scripts/update-package-version.js $GITHUB_RUN_ID
2325

2426
- name: Update version number for telemetry
27+
working-directory: ./libraries/spfx-controls-react
2528
run: npm run versionUpdater
2629

2730
- name: Create/update the missing localization keys
31+
working-directory: ./libraries/spfx-controls-react
2832
run: npm run localization
2933

3034
- name: Run build
35+
working-directory: ./libraries/spfx-controls-react
3136
run: npm run build
3237

3338
- name: Publish beta release
39+
working-directory: ./libraries/spfx-controls-react
3440
run: npm publish --tag beta4 --access public
3541
if: github.ref == 'refs/heads/dev'
3642
env:

0 commit comments

Comments
 (0)