Skip to content

fix: set appVersion to ignore version checking. Closes #371 #372 #373… #39

fix: set appVersion to ignore version checking. Closes #371 #372 #373…

fix: set appVersion to ignore version checking. Closes #371 #372 #373… #39

name: Update AUR DEV GIT
on:
push:
branches:
- dev
jobs:
setup:
name: Setup
uses: ./.github/workflows/reuse_setup.yml
secrets: inherit
aur_dev_git:
name: Upload
uses: ./.github/workflows/reuse_aur_dev_git.yml
secrets: inherit
needs: setup