Skip to content

Commit

Permalink
Add repository dispatch to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jan 31, 2022
1 parent 91bbbe6 commit 52c5e81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
tag_name: nightly
prerelease: true
files: release/*.*
- name: Inform AUR updater
uses: peter-evans/repository-dispatch@v1
with:
repository: NuclearPlayer/nuclear-nightly-aur
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: release

mac_release:
runs-on: macOS-latest
Expand Down

0 comments on commit 52c5e81

Please sign in to comment.