Skip to content

Commit 9c59057

Browse files
ci: dispatch aur workflow on release (#1419)
1 parent 16825ed commit 9c59057

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,13 @@ jobs:
195195
files: |
196196
*.AppImage
197197
198+
trigger-packaging:
199+
needs: [build-binary, build-appimage]
200+
runs-on: ubuntu-latest
201+
steps:
202+
- name: Trigger bumpver in packaging-arch
203+
env:
204+
GH_TOKEN: ${{ secrets.PACKAGING_AUR_TOKEN }}
205+
run: |
206+
gh workflow run bumpver.yml --repo vicinaehq/packaging-arch
207+

0 commit comments

Comments
 (0)