Skip to content

Commit 8d5357e

Browse files
committed
👷 Add Provenance to npm Release
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 175ee6d commit 8d5357e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
jobs:
99
publish:
1010
runs-on: ${{ matrix.os }}
11+
environment:
12+
name: npm
13+
url: https://npmjs.com/package/xdeployer
14+
permissions:
15+
id-token: write
1116
strategy:
1217
matrix:
1318
os:
@@ -50,3 +55,4 @@ jobs:
5055
run: pnpm publish --no-git-checks
5156
env:
5257
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
58+
NPM_CONFIG_PROVENANCE: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xdeployer",
3-
"version": "3.1.12",
3+
"version": "3.1.13",
44
"description": "Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.",
55
"author": "Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>",
66
"license": "MIT",

0 commit comments

Comments
 (0)