@webilio-xyz/webilio-vue 1.0.42 → 1.0.43

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.
@@ -7,24 +7,18 @@ on:
7
7
  release:
8
8
  types: [created]
9
9
 
10
+ permissions:
11
+ id-token: write # Required for OIDC
12
+ contents: read
13
+
10
14
  jobs:
11
- build:
15
+ publish:
12
16
  runs-on: ubuntu-latest
13
17
  steps:
14
18
  - uses: actions/checkout@v4
15
- - uses: actions/setup-node@v4
16
- with:
17
- node-version: 20
18
19
 
19
- publish-npm:
20
- needs: build
21
- runs-on: ubuntu-latest
22
- steps:
23
- - uses: actions/checkout@v4
24
20
  - uses: actions/setup-node@v4
25
21
  with:
26
- node-version: 20
27
- registry-url: https://registry.npmjs.org/
28
- - run: npm publish --access public
29
- env:
30
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
22
+ node-version: '20'
23
+ registry-url: 'https://registry.npmjs.org'
24
+ - run: npm publish