mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
fixing workflow inputs typo
This commit is contained in:
parent
1a3cfb5201
commit
e3da2013f2
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user