Skip to content

Commit f295086

Browse files
authored
Disable PNPM Git checks
1 parent 13232d7 commit f295086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4747
run: |
4848
for package in p2p-media-loader-core p2p-media-loader-hlsjs p2p-media-loader-shaka p2p-media-loader-demo; do
49-
pnpm publish ./packages/$package/$package-$VERSION.tgz --access public
49+
pnpm publish ./packages/$package/$package-$VERSION.tgz --access public --no-git-checks
5050
done

0 commit comments

Comments
 (0)