mirror of
https://github.com/nwithan8/plex-prerolls
synced 2024-08-30 16:52:17 +00:00
workflows
This commit is contained in:
parent
d000b6266b
commit
22ddf7af3c
19
.github/workflows/publish-release-manual
vendored
Normal file
19
.github/workflows/publish-release-manual
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
# .github/workflows/publish-release-manual.yml
|
||||
name: Publish release (manual)
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: The tag to publish
|
||||
required: true
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
name: Publish release
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: refs/tags/${{ github.event.inputs.tag }}
|
||||
- name: Publish release
|
||||
uses: eloquent/github-release-action@v3
|
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@ -12,4 +12,4 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Publish release
|
||||
uses: eloquent/github-release-action@v3
|
||||
uses: eloquent/github-release-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user