Skip to content

Commit

Permalink
chore: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Oct 29, 2020
1 parent 47b514f commit 1bb4db6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1bb4db6

Please sign in to comment.