Skip to content

move chat view code to fragment #124

move chat view code to fragment

move chat view code to fragment #124

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