You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plex-Meta-Manager/.github/workflows/tag.yml

20 lines
338 B

name: Tag New Version
on:
push:
branches: [ master ]
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
fetch-depth: 2
- uses: Kometa-Team/tag-new-version@master
with:
version-command: |
cat VERSION