Skip to content

Commit

Permalink
Allow skipping npm publishing for releasing
Browse files Browse the repository at this point in the history
Mostly for testing and when the npm publishing had succeeded but
something with committing went wrong.
  • Loading branch information
carhartl committed Apr 22, 2023
1 parent 089e42b commit c740408
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -15,6 +15,10 @@ on:
type: boolean
description: Perform dry-run
default: true
skip-npm:
type: boolean
description: Skip npm publish
default: false

defaults:
run:
Expand Down

0 comments on commit c740408

Please sign in to comment.