Skip to content

Commit

Permalink
fix: alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
yuberdysheva committed Oct 3, 2023
1 parent c460b4f commit 7c03e81
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ on:
type: string
required: false
description: 'If your build failed and the version is already exists you can set version of package manually, e.g. 3.0.0-alpha.0. Use the prefix `alpha` otherwise you will get error.'
prerelease:
type: choice
description: Release type, patch is used by default
default: 'prepatch'
options:
- prepatch
- preminor
- premajor

jobs:
release:
Expand All @@ -19,4 +27,4 @@ jobs:
node-version: 18
npm-dist-tag: alpha
manual-version: ${{ github.event.inputs.manualPackageVersion }}
prerelease: true
prerelease: ${{ github.event.inputs.prerelease }}

0 comments on commit 7c03e81

Please sign in to comment.