We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbb82f commit 0361654Copy full SHA for 0361654
.github/workflows/v4-dev-release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Update the package version
22
working-directory: ./libraries/spfx-controls-react
23
- if: github.ref == 'refs/heads/dev'
+ if: github.ref == 'refs/heads/v4-dev'
24
run: node scripts/update-package-version.js $GITHUB_RUN_ID
25
26
- name: Update version number for telemetry
@@ -38,6 +38,6 @@ jobs:
38
- name: Publish beta release
39
40
run: npm publish --tag beta4 --access public
41
42
env:
43
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
0 commit comments