mirror of
https://github.com/nwithan8/plex-prerolls
synced 2024-08-30 16:52:17 +00:00
GH Action for releases
This commit is contained in:
parent
d2949dfb0c
commit
b95c1b2aae
15
.github/workflows/publish-release.yml
vendored
Normal file
15
.github/workflows/publish-release.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# .github/workflows/publish-release.yml
|
||||
name: Publish release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
name: Publish release
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Publish release
|
||||
uses: eloquent/github-release-action@v3
|
Loading…
Reference in New Issue
Block a user