Skip to content

Commit

Permalink
git: Fixed release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv authored Aug 17, 2022
1 parent ea26722 commit 9c4e314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Release
on:
release:
types: [published]
workflow_dispatch:

jobs:
release-common:
Expand Down Expand Up @@ -114,7 +115,7 @@ jobs:
- name: ✉️ Update C++ Plugin Template
uses: mvasigh/dispatch-action@main
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
token: ${{ secrets.RELEASE_TOKEN }}
repo: ImHex-Cpp-Plugin-Template
owner: WerWolv
event_type: update_submodule
Expand Down

0 comments on commit 9c4e314

Please sign in to comment.