Skip to content

Commit 0361654

Browse files
committed
v4-dev in action
1 parent ecbb82f commit 0361654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Update the package version
2222
working-directory: ./libraries/spfx-controls-react
23-
if: github.ref == 'refs/heads/dev'
23+
if: github.ref == 'refs/heads/v4-dev'
2424
run: node scripts/update-package-version.js $GITHUB_RUN_ID
2525

2626
- name: Update version number for telemetry
@@ -38,6 +38,6 @@ jobs:
3838
- name: Publish beta release
3939
working-directory: ./libraries/spfx-controls-react
4040
run: npm publish --tag beta4 --access public
41-
if: github.ref == 'refs/heads/dev'
41+
if: github.ref == 'refs/heads/v4-dev'
4242
env:
4343
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)