There was an error while loading. Please reload this page.
1 parent 16825ed commit 9c59057Copy full SHA for 9c59057
1 file changed
.github/workflows/release.yml
@@ -195,3 +195,13 @@ jobs:
195
files: |
196
*.AppImage
197
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