We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 719fcc1 + 992efa0 commit 62d65fdCopy full SHA for 62d65fd
2 files changed
.github/workflows/publish_app.yaml
@@ -1,14 +1,17 @@
1
name: publish package to registry
2
3
on:
4
- release:
5
- types: [created]
+ push:
+ branches:
6
+ - V3
7
8
jobs:
- deploy:
9
+ release:
10
runs-on: ubuntu-latest
11
steps:
- - uses: actions/checkout@v2
12
+ - run: git config --global core.symlinks false
13
+ shell: bash
14
+ - uses: actions/checkout@v4
15
- uses: actions/setup-node@v2
16
with:
17
node-version: 16
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 实时打渠道包
0 commit comments