@gowri48/npmpublish 2.2.7 → 2.2.9

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.
@@ -1,25 +1,25 @@
1
-
2
1
  name: testing_oidc
3
2
  on:
4
3
  workflow_dispatch:
5
4
 
6
- permissions:
7
- contents: read
8
- id-token: write
9
-
10
5
  jobs:
11
6
  publish:
12
7
  runs-on: ubuntu-latest
8
+ env:
9
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
13
10
  steps:
14
11
  - uses: actions/checkout@v6
15
12
 
16
13
 
17
- - uses: gowridurgad/setup-node@removes-dummy
14
+ - uses: gowridurgad/setup-node@oidc-1
18
15
  with:
19
- node-version: '24'
16
+ node-version: '22'
20
17
  registry-url: "https://registry.npmjs.org"
21
18
  cache: npm
19
+
20
+
22
21
 
23
22
  - run: npm install
24
23
 
25
- - run: npm publish
24
+ - run: npm publish --access public
25
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "2.2.7",
3
+ "version": "2.2.9",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",