@gowri48/publishingtonpm 0.0.3 → 0.0.4

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.
@@ -17,12 +17,7 @@ jobs:
17
17
  node-version: '22'
18
18
  registry-url: 'https://registry.npmjs.org'
19
19
 
20
-
21
-
22
- - name: Bump version (required for publish)
23
- run: npm version patch --no-git-tag-version
24
-
25
- - run: npm install -g npm@11.5.1
26
- - run: npm publish
20
+ - run: npm install -g npm@11.11.0 && npm install -g npm@latest
21
+ - run: NODE_AUTH_TOKEN="" npm publish
27
22
 
28
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/publishingtonpm",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/test-setup-node",