Skip to content

Commit

Permalink
fix: dry runs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed May 15, 2023
1 parent ca8b8d9 commit 49d17c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- master
- "release-*"
pull_request:
branches:
- master
- "release-*"
workflow_dispatch:
jobs:
release:
Expand All @@ -34,7 +32,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Run release
run: npm run release -ci
run: npm run release -ci --dry-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 49d17c4

Please sign in to comment.