Skip to content

Commit 4fe9faa

Browse files
committed
fix ci
1 parent a0ae68c commit 4fe9faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
sed -i "s/0.0.0-version-placeholder/$version/g" ./projects/sim-api/package.json
2727
sed -i "s/0.0.0/$version/g" ./projects/sim-api/src/version.ts
2828
npm run -- ng build SimApi -c production
29-
npm publish ./dist/sim-api --access public
29+
npm publish ./dist/sim-api --provenance --access public

0 commit comments

Comments
 (0)