mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 05:04:17 -05:00
Add stub for publishing releases workflow (#5268)
This commit is contained in:
12
.github/workflows/publish-github-release.yml
vendored
Normal file
12
.github/workflows/publish-github-release.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Publish GitHub Release as newest
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
stub:
|
||||
runs-on: ubuntu-24.04
|
||||
name: Stub
|
||||
steps:
|
||||
- name: Stub
|
||||
run: echo "This is a stub job to trigger the workflow."
|
||||
Reference in New Issue
Block a user