Skip to content

Commit 5c3768c

Browse files
committed
v1.4.3
1 parent adbf4b8 commit 5c3768c

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

.github/workflows/provenance.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
name: Publish Package to npmjs
22

33
on:
4-
release:
5-
types: [created]
4+
release:
5+
types: [created]
66

77
jobs:
8-
build:
9-
runs-on: ubuntu-latest
8+
build:
9+
runs-on: ubuntu-latest
1010

11-
permissions:
12-
contents: read
13-
id-token: write
11+
permissions:
12+
contents: read
13+
id-token: write
1414

15-
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
18-
with:
19-
node-version: '18'
20-
registry-url: 'https://registry.npmjs.org'
21-
cache: npm
22-
- run: npm install
23-
- run: npm publish --provenance --access public
24-
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
15+
steps:
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
18+
with:
19+
node-version: '18'
20+
registry-url: 'https://registry.npmjs.org'
21+
cache: npm
22+
scope: '@socketsecurity'
23+
- run: npm install
24+
- run: npm publish --provenance --access public
25+
env:
26+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@socketsecurity/sdk",
3-
"version": "1.4.2",
2+
"name": "sdk",
3+
"version": "1.4.3",
44
"license": "MIT",
55
"description": "SDK for the Socket API client",
66
"author": {

0 commit comments

Comments
 (0)