From 1bb4db67b47f8423f5d1f0cadc65c42898e13523 Mon Sep 17 00:00:00 2001 From: Xmader Date: Thu, 29 Oct 2020 17:00:37 -0400 Subject: [PATCH] chore: github action --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38e153e..966d0f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: