@vb-test-org/hello-world-npm 1.0.8 → 1.0.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.
@@ -9,14 +9,13 @@ on:
9
9
  jobs:
10
10
  publish-npm:
11
11
  runs-on: ubuntu-latest
12
- permissions:
13
- id-token: write
14
- contents: read
15
12
  steps:
16
13
  - uses: actions/checkout@v4
17
14
  - uses: actions/setup-node@v4
18
15
  with:
19
16
  node-version: ${{ inputs.node_version }}
20
17
  registry-url: 'https://registry.npmjs.org'
21
- - run: npm ci
22
- - run: npm publish --provenance --tag=latest --access public
18
+ - name: Build
19
+ run: npm ci
20
+ - name: Release
21
+ run: npm publish --provenance --tag=latest --access public
@@ -6,10 +6,10 @@ on:
6
6
 
7
7
  jobs:
8
8
  install:
9
- name: Publish
9
+ name: Publish Build
10
10
  uses: ./.github/workflows/publish.yml
11
+ with:
12
+ node_version: 24
11
13
  permissions:
12
14
  id-token: write
13
- contents: read
14
- with:
15
- node_version: 24
15
+ contents: read
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vb-test-org/hello-world-npm",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",