@egov3/system-design 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,11 +54,3 @@ jobs:
54
54
  env:
55
55
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56
56
  run: yarn publish --non-interactive --access public
57
-
58
- - name: Configure GitHub Package Registry Authentication
59
- run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
60
-
61
- - name: Publish to GitHub Packages
62
- env:
63
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
- run: yarn publish --non-interactive --registry "https://npm.pkg.github.com"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egov3/system-design",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "type": "module",
5
5
  "main": "index.tsx",
6
6
  "private": false,