[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

Update release.yml

authored by

Nate Moore and committed by
GitHub
(Nov 22, 2024, 10:20 AM -0600) 8a50a34d b0bb112d

+2 -3
+2 -3
.github/workflows/release.yml
··· 16 16 cancel-in-progress: true 17 17 18 18 jobs: 19 - build: 20 - name: Build Packages 19 + release: 20 + name: Release 21 21 runs-on: ubuntu-latest 22 22 steps: 23 23 - uses: actions/checkout@v4 ··· 31 31 # `prepack` hook _should_ run but doesn't seem to. 32 32 - run: pnpm run build 33 33 - uses: changesets/action@v1 34 - if: ${{ github.event_name != 'pull_request' }} 35 34 with: 36 35 version: pnpm run ci:version 37 36 publish: pnpm run ci:publish