Skip to content

Commit

Permalink
ci: semantic release dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Mar 14, 2024
1 parent e849d24 commit 82d516f
Show file tree
Hide file tree
Showing 3 changed files with 14,186 additions and 8,746 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ jobs:
"npx http-server storybook-static --port $PORT -a $HOST" \
"npx wait-on http://$HOST:$PORT/ && npm run test:storybook -- --ci --url http://$HOST:$PORT/"
- name: Release
if: ${{ github.ref == 'refs/heads/main' }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release --dry-run
Loading

0 comments on commit 82d516f

Please sign in to comment.