Skip to content

Commit

Permalink
Update input for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Jun 15, 2021
1 parent 1a0f479 commit 5a4293c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: Tag & Release
on:
workflow_dispatch:
inputs:
version:
description: The version number to use for this release.
tag:
description: The tag to use for this release.
required: true

# Builds two frameworks in parallel, then commits checksums, releases
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
with:
script: |
const createRelease = require('./.github/custom-scripts/create-release');
const tagName = '${{ github.event.inputs.version }}';
const tagName = '${{ github.event.inputs.tag }}';
const sha = '${{ steps.commit-checksums.outputs.sha }}';
const release = await createRelease({
core,
Expand Down

0 comments on commit 5a4293c

Please sign in to comment.