Skip to content

Commit bbbf9e6

Browse files
authored
Remove provenance flag from npm publish command
1 parent 06a40d0 commit bbbf9e6

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
@@ -45,5 +45,5 @@ do
4545
exit 1
4646
fi
4747
# https://docs.npmjs.com/generating-provenance-statements#example-github-actions-workflow
48-
npm publish --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz --provenance
48+
npm publish --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
4949
done

0 commit comments

Comments
 (0)