Skip to content

Commit

Permalink
chore: add dry-run to CI release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 10, 2023
1 parent e80d55e commit a964f3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-npm-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: 🏷️ Publish NPM Latest
on:
workflow_dispatch:
inputs:
dryrun:
type: boolean
required: false
description: Dry-Run
graduate:
type: boolean
required: false
Expand Down

0 comments on commit a964f3a

Please sign in to comment.