chore: fix ci

This commit is contained in:
2025-02-13 15:23:03 +07:00
parent 3e48a9dba1
commit b51ab26105

View File

@@ -14,10 +14,6 @@ jobs:
draft:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./crates/app
steps:
- uses: actions/checkout@v4
@@ -26,6 +22,7 @@ jobs:
with:
command: release draft ${{ env.CN_APPLICATION }} --framework packager
api-key: ${{ secrets.CN_API_KEY }}
working-directory: ./crates/app
build:
needs: draft