We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm
1 parent 175ee6d commit 8d5357eCopy full SHA for 8d5357e
.github/workflows/publish-npm.yml
@@ -8,6 +8,11 @@ on:
8
jobs:
9
publish:
10
runs-on: ${{ matrix.os }}
11
+ environment:
12
+ name: npm
13
+ url: https://npmjs.com/package/xdeployer
14
+ permissions:
15
+ id-token: write
16
strategy:
17
matrix:
18
os:
@@ -50,3 +55,4 @@ jobs:
50
55
run: pnpm publish --no-git-checks
51
56
env:
52
57
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
58
+ NPM_CONFIG_PROVENANCE: true
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xdeployer",
3
- "version": "3.1.12",
+ "version": "3.1.13",
4
"description": "Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.",
5
"author": "Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>",
6
"license": "MIT",
0 commit comments