Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thun888 committed Aug 29, 2023
1 parent 6faa73d commit 289f261
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build and Release
run-name: Build ${{ github.event.inputs.version }} by @${{ github.actor }}

permissions: write-all

on:
workflow_dispatch:
inputs:
Expand All @@ -19,6 +21,7 @@ jobs:
uses: peter-evans/repository-dispatch@v2
with:
event-type: mrui-release

- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit 289f261

Please sign in to comment.