File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -61,20 +61,21 @@ jobs:
61
61
run : |
62
62
rm -rf dist && yarn build
63
63
64
- # ! Do NOT remove - this will cause a Sev 0 incident !
65
- - name : Generate SDK attestation
64
+ # ! Do NOT remove - this will cause a Sev 0 incident !
65
+ - name : Pack NPM package
66
+ run : |
67
+ npm pack
68
+
69
+ - name : Generate attestation
66
70
uses : actions/attest-build-provenance@v1
67
71
with :
68
- subject-path : |
69
- dist
70
- contracts
71
- README.md
72
- LICENSE.md
73
- package.json
74
-
72
+ subject-path : ./*.tgz
73
+ # ! ------------------------------------------------- !
74
+
75
75
- name : Publish package
76
- uses : JS-DevTools/npm-publish@v1
76
+ uses : JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
77
77
with :
78
78
token : ${{ secrets.CONTRACTS_NPM_TOKEN }}
79
79
access : public
80
80
tag : " latest"
81
+ provenance : true
You can’t perform that action at this time.
0 commit comments