Skip to content

Commit

Permalink
Merge pull request #686 from anatawa12/release-blocker
Browse files Browse the repository at this point in the history
ci: check for private only for stable release
  • Loading branch information
anatawa12 authored Nov 4, 2023
2 parents 42b0043 + 259f266 commit 4f9be88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
extended: true

- name: Check release is public
if: github.event.inputs.release_kind == 'stable'`
run:
if [[ "$(jq '.private == true' < package.json)" == "true" ]]; then
echo "package.json is private"
Expand Down

0 comments on commit 4f9be88

Please sign in to comment.