We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956f796 commit 1f39d69Copy full SHA for 1f39d69
.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28
- attach_workspace:
29
at: .
30
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31
- - run: npm publish
+ - run: npm publish --tag=qa-accessibility
32
33
workflows:
34
version: 2
package.json
@@ -121,5 +121,5 @@
121
"mkDistDir:prod": "mkdir -p dist/prod/shared/utils && mkdir -p dist/prod/client",
122
"test": "npm run lint && npm run jest"
123
},
124
- "version": "0.7.8"
+ "version": "0.7.8-1"
125
}
0 commit comments