Skip to content

Commit f6b9d34

Browse files
committed
fix: add provenance attestation
1 parent 38ad2e6 commit f6b9d34

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 4 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,11 @@ jobs:
1318
steps:
1419
- uses: actions/checkout@v2
1520

16-
- name: Use Node.js 20.x
21+
- name: Use Node.js 24.x
1722
uses: actions/setup-node@v1
1823
with:
19-
node-version: 20.x
24+
node-version: 24.x
25+
registry-url: 'https://registry.npmjs.org'
2026

2127
- name: Cache node modules
2228
uses: actions/cache@v4
@@ -51,6 +57,5 @@ jobs:
5157
- name: Release
5258
env:
5359
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5560
HUSKY: 0
56-
run: npx semantic-release@^19
61+
run: npx semantic-release@^25

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/soliantconsulting/fm-data-api-client.git"
16+
"url": "git+https://github.com/soliantconsulting/fm-data-api-client.git"
1717
},
1818
"files": [
1919
"dist/**/*"

0 commit comments

Comments
 (0)