Skip to content

Commit a1e1122

Browse files
rm --provenance
1 parent 24b972a commit a1e1122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
cache: "npm"
1919
- run: npm ci
2020
- run: npm audit signatures
21-
- run: npm publish --provenance
21+
- run: npm publish
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)