Skip to content

Commit c0c2dd1

Browse files
authored
Remove provenance flag from npm publish command
Removed the '--provenance' flag from the npm publish command.
1 parent 5dfd52e commit c0c2dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/publish-npm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ do
4141
exit 1
4242
fi
4343
# https://docs.npmjs.com/generating-provenance-statements#example-github-actions-workflow
44-
npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz --provenance
44+
npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz
4545
done

0 commit comments

Comments
 (0)