Skip to content

Commit fb6c8eb

Browse files
committed
fix: add provenance attestation
1 parent 0303a5f commit fb6c8eb

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
id-token: write
10+
contents: write
11+
issues: write
12+
813
jobs:
914
release:
1015
name: Release
@@ -13,10 +18,10 @@ jobs:
1318
steps:
1419
- uses: actions/checkout@v3
1520

16-
- name: Use Node.js 16.x
21+
- name: Use Node.js 24.x
1722
uses: actions/setup-node@v3
1823
with:
19-
node-version: 16.x
24+
node-version: 24.x
2025

2126
- name: Cache node modules
2227
uses: actions/cache@v3
@@ -46,14 +51,13 @@ jobs:
4651
run: npm run build
4752

4853
- name: Semantic Release
49-
uses: cycjimmy/semantic-release-action@v3
54+
uses: cycjimmy/semantic-release-action@v5
5055
env:
5156
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5357
HUSKY: 0
5458
id: semantic
5559
with:
56-
semantic_version: 19.0.5
60+
semantic_version: 25
5761
extra_plugins: |
5862
@semantic-release/[email protected]
5963
@semantic-release/[email protected]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "BSD-2-Clause",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/bloop-box/nfc-scanner-client-browser.git"
9+
"url": "git+https://github.com/bloop-box/nfc-scanner-client-browser.git"
1010
},
1111
"type": "module",
1212
"files": [

0 commit comments

Comments
 (0)