Skip to content

Commit

Permalink
fix(INFRAPRJ-6806): disable git check against tarball (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedsxc authored Sep 19, 2024
1 parent 535df05 commit 5a31ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
EOF
- name: Publish package to JFrog
run: pnpm publish $TARBALL
run: pnpm publish $TARBALL --no-git-checks

0 comments on commit 5a31ce1

Please sign in to comment.