chore: github action
This commit is contained in:
parent
47b514fafc
commit
1bb4db67b4
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -13,12 +13,11 @@ on:
|
|||
ref:
|
||||
description: 'The branch, tag or SHA to release from'
|
||||
required: false
|
||||
default: ${{ github.sha }}
|
||||
|
||||
env:
|
||||
VERSION: ${{ github.event.inputs.version }}
|
||||
NPM_TAG: ${{ github.event.inputs.npm_tag }}
|
||||
REF: ${{ github.event.inputs.ref }}
|
||||
REF: ${{ github.event.inputs.ref || github.sha }}
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
Loading…
Reference in a new issue