Skip to content

vod chat downloads

vod chat downloads #87

Workflow file for this run

name: Update tag
on:
push:
branches: [ fdroid ]
jobs:
create-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update git tag
run: |
git tag -f f-droid
git push -f origin f-droid