We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a6fda commit edb7681Copy full SHA for edb7681
.github/workflows/next.yml
@@ -32,6 +32,11 @@ jobs:
32
run: npm publish --access public --tag=next
33
env:
34
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
35
+
36
+ - name: Unpublish to npmjs (for testing)
37
+ run: npm unpublish @innovaccer/design-system@6.0.0-0
38
+ env:
39
+ NPM_TOKEN: ${{secrets.NPM_TOKEN}}
40
41
- name: remove .npmrc
42
run: rm -rf .npmrc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@innovaccer/design-system",
3
- "version": "5.0.0-3",
+ "version": "5.0.0-4",
4
"description": "React components library project for Innovaccer Design System",
5
"main": "dist/cjs/index.js",
6
"module": "dist/esm/index.js",
0 commit comments