@gowri48/npmpublish 1.0.4 → 1.0.6

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