@gowri48/npmpublish 1.2.4 → 1.2.7

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.
@@ -2,10 +2,12 @@ name: testing_1477_oidc
2
2
  on:
3
3
  workflow_dispatch:
4
4
 
5
+
5
6
  permissions:
6
7
  contents: read
7
8
  id-token: write
8
9
 
10
+
9
11
  jobs:
10
12
  publish:
11
13
  runs-on: ubuntu-latest
@@ -23,7 +25,7 @@ jobs:
23
25
 
24
26
 
25
27
  # Publish uses OIDC - no token needed
26
- - run: npm publish
28
+ - run: npm publish --loglevel verbose
27
29
  env:
28
30
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
29
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.2.4",
3
+ "version": "1.2.7",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",