Skip to content

Commit edb7681

Browse files
release-botsamyakinnovaccer
authored andcommitted
Released v5.0.0-4
1 parent f5a6fda commit edb7681

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/next.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
run: npm publish --access public --tag=next
3333
env:
3434
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}}
3540

3641
- name: remove .npmrc
3742
run: rm -rf .npmrc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@innovaccer/design-system",
3-
"version": "5.0.0-3",
3+
"version": "5.0.0-4",
44
"description": "React components library project for Innovaccer Design System",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)