chore: github action

This commit is contained in:
Xmader 2020-10-29 17:00:37 -04:00
parent 47b514fafc
commit 1bb4db67b4
1 changed files with 1 additions and 2 deletions

View File

@ -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: