ci: fix notification workflow on release

This commit is contained in:
Zane Schepke
2025-04-08 21:39:41 -04:00
parent dcf213b63c
commit e77966d70a
2 changed files with 10 additions and 4 deletions
+2 -4
View File
@@ -1,12 +1,10 @@
name: on-publish
on:
release:
types: [ released ]
repository_dispatch:
types: [ publish-release ]
jobs:
on-publish:
name: On publish
runs-on: ubuntu-latest
+8
View File
@@ -193,6 +193,14 @@ jobs:
files: |
${{ github.workspace }}/temp/*
# notify socials
- name: Trigger on-publish workflow
if: ${{ inputs.release_type == 'release' }}
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
event-type: publish-release
publish-fdroid:
runs-on: ubuntu-latest
needs: