mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 13:13:28 +00:00
Fix version auto bump workflow (#2439)
* Fix verion autobump workflow * Fix * Update .github/workflows/version-auto-bump.yml Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com> * Update .github/workflows/version-auto-bump.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:
7
.github/workflows/version-bump.yml
vendored
7
.github/workflows/version-bump.yml
vendored
@@ -7,6 +7,13 @@ on:
|
||||
version_number:
|
||||
description: "New Version"
|
||||
required: true
|
||||
workflow_call:
|
||||
inputs:
|
||||
version_number:
|
||||
required: true
|
||||
secrets:
|
||||
AZURE_PROD_KV_CREDENTIALS:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
bump_version:
|
||||
|
||||
Reference in New Issue
Block a user