chore: fix ci
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -14,10 +14,6 @@ jobs:
|
|||||||
draft:
|
draft:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: ./crates/app
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@@ -26,6 +22,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: release draft ${{ env.CN_APPLICATION }} --framework packager
|
command: release draft ${{ env.CN_APPLICATION }} --framework packager
|
||||||
api-key: ${{ secrets.CN_API_KEY }}
|
api-key: ${{ secrets.CN_API_KEY }}
|
||||||
|
working-directory: ./crates/app
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: draft
|
needs: draft
|
||||||
|
|||||||
Reference in New Issue
Block a user