We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d41025 commit df34159Copy full SHA for df34159
1 file changed
.github/workflows/push-tagged-release.yml
@@ -53,6 +53,8 @@ jobs:
53
version: ${{ inputs.sectionChangelog }}
54
- name: Install dependencies
55
run: yarn install
56
+ env:
57
+ NODE_AUTH_TOKEN: THIS-IS-DUMMY-KEY
58
- name: Create dist JS
59
run: yarn build:all
60
- name: Create jest results
0 commit comments