@gowri48/npmpublish 1.2.3 → 1.2.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.
@@ -18,11 +18,12 @@ jobs:
18
18
  registry-url: 'https://registry.npmjs.org'
19
19
  cache: 'npm'
20
20
 
21
- # Use a read-only token for installing dependencies
22
- - run: npm ci
23
- env:
24
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_READ }}
21
+ # # Use a read-only token for installing dependencies
22
+ # - run: npm ci
23
+
25
24
 
26
25
  # Publish uses OIDC - no token needed
27
26
  - run: npm publish
27
+ env:
28
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",