1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

fixing workflow inputs typo

This commit is contained in:
Joseph Flinn 2021-01-19 18:20:09 +00:00
parent 1a3cfb5201
commit e3da2013f2

View File

@ -118,7 +118,7 @@ jobs:
Write-Host "Release Tag Name: $($env:RELEASE_TAG_NAME.TrimStart('v'))"
exit 1
env:
RELEASE_TAG_NAME: ${{ github.event.input.release_tag_name }}
RELEASE_TAG_NAME: ${{ github.event.inputs.release_tag_name }}
- name: Set up dotnet
uses: actions/setup-dotnet@v1
@ -373,4 +373,4 @@ jobs:
shell: pwsh
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
RELEASE_TAG_NAME: ${{ github.event.input.release_tag_name }}
RELEASE_TAG_NAME: ${{ github.event.inputs.release_tag_name }}