mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
changing the other release edit tasks to use the inputs...
This commit is contained in:
parent
ebdf160378
commit
9fef65dfb8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -235,7 +235,7 @@ jobs:
|
||||
shell: pwsh
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
|
||||
RELEASE_TAG_NAME: ${{ github.event.inputs.release_tag_name }}
|
||||
|
||||
macos:
|
||||
runs-on: macos-latest
|
||||
|
Loading…
Reference in New Issue
Block a user