Skip to content

Commit

Permalink
ci: check for private only for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Nov 4, 2023
1 parent 965fd32 commit 259f266
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 259f266

Please sign in to comment.