diff --git a/.github/workflows/publish_app.yaml b/.github/workflows/publish_app.yaml index c1c1c2a..15d4f6b 100644 --- a/.github/workflows/publish_app.yaml +++ b/.github/workflows/publish_app.yaml @@ -1,14 +1,17 @@ name: publish package to registry on: - release: - types: [created] + push: + branches: + - V3 jobs: - deploy: + release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - run: git config --global core.symlinks false + shell: bash + - uses: actions/checkout@v4 - uses: actions/setup-node@v2 with: node-version: 16 diff --git a/publish.yaml b/publish.yaml index dfb49ef..25be045 100644 --- a/publish.yaml +++ b/publish.yaml @@ -1,7 +1,7 @@ Edition: 3.0.0 Type: Project Name: start-repack-apk-v3 -Version: 0.0.2 +Version: 0.0.3 Provider: - 阿里云 Description: 基于 CDN + Custom 运行时实现 apk 实时打渠道包