Skip to content

Commit

Permalink
fix: fix manual release action
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed Jan 6, 2023
1 parent 4c8eee7 commit 245b7a9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ on:
description: 'Version'
type: choice
required: true
default: patch
default: fix
options:
- patch
- minor
- major
- fix
- feat
dryRun:
description: 'DryRun'
type: boolean
Expand Down Expand Up @@ -64,7 +63,7 @@ jobs:
run: npm run build --if-present
- name: Run Tests
run: npm test --if-present
- name: Publish npm package
- name: Create a release - ${{ github.event.inputs.version }}
uses: cycjimmy/semantic-release-action@v3
with:
dry_run: ${{ github.event.inputs.dryRun == 'true' }}
Expand Down

0 comments on commit 245b7a9

Please sign in to comment.