mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
adding the release tag name to the manual trigger for the release action
This commit is contained in:
parent
94b2e53c3f
commit
9e59dd6d63
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -1,7 +1,11 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
release_tag_name:
|
||||
description: 'Release Tag Name (vX.X.X)'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
|
||||
@ -360,4 +364,4 @@ jobs:
|
||||
shell: pwsh
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
|
||||
RELEASE_TAG_NAME: ${{ github.event.input.release_tag_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user