mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Add version autobump stub (#3194)
This commit is contained in:
15
.github/workflows/version-auto-bump.yml
vendored
Normal file
15
.github/workflows/version-auto-bump.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: Version Auto Bump
|
||||||
|
|
||||||
|
on:
|
||||||
|
# For testing only
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs: {}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
setup:
|
||||||
|
name: "Setup"
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- name: Stub for testing
|
||||||
|
run: echo "this is a stub"
|
||||||
Reference in New Issue
Block a user