Skip to content

Commit

Permalink
release dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
literalpie committed May 25, 2024
1 parent 94ceb68 commit eb336c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release

on: [push]
on: [push, pull_request]

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"storybook": "storybook dev -p 6006",
"start": "concurrently \"npm run storybook -- --quiet\" \"npm run build -- --watch\"",
"build-storybook": "storybook build",
"release": "npm run build && auto shipit"
"release": "npm run build && auto shipit --dry-run"
},
"resolutions": {
"jackspeak": "2.1.1"
Expand Down

0 comments on commit eb336c3

Please sign in to comment.