Skip to content

Commit

Permalink
fix: up
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyuan63 committed Aug 4, 2023
1 parent 758cfb2 commit 89e4c9a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: 'publish'

on: pull_request
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "v2" ]
pull_request:
branches: [ "v2" ]

jobs:
create-release:
Expand Down Expand Up @@ -61,7 +66,7 @@ jobs:
run: yarn install # change this to npm or pnpm depending on which one you use
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
releaseId: ${{ needs.create-release.outputs.release_id }}

Expand Down

0 comments on commit 89e4c9a

Please sign in to comment.