1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-28 22:23:28 +00:00

add run-name for releases to include their workflow trigger (#3996)

* add run-name for releases to include their workflow trigger

* add edit for linter error

* Update .github/workflows/release-web.yml

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
This commit is contained in:
Opeyemi
2022-11-08 15:02:51 +00:00
committed by GitHub
parent 7141f9f175
commit 0443c9acaa
4 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
---
name: Release CLI
run-name: Release CLI ${{ inputs.release_type }}
on:
workflow_dispatch: