Skip to content

Commit 62d65fd

Browse files
authored
Merge pull request #13 from devsapp/fix/action
Update publish_app.yaml
2 parents 719fcc1 + 992efa0 commit 62d65fd

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/publish_app.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
name: publish package to registry
22

33
on:
4-
release:
5-
types: [created]
4+
push:
5+
branches:
6+
- V3
67

78
jobs:
8-
deploy:
9+
release:
910
runs-on: ubuntu-latest
1011
steps:
11-
- uses: actions/checkout@v2
12+
- run: git config --global core.symlinks false
13+
shell: bash
14+
- uses: actions/checkout@v4
1215
- uses: actions/setup-node@v2
1316
with:
1417
node-version: 16

publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Edition: 3.0.0
22
Type: Project
33
Name: start-repack-apk-v3
4-
Version: 0.0.2
4+
Version: 0.0.3
55
Provider:
66
- 阿里云
77
Description: 基于 CDN + Custom 运行时实现 apk 实时打渠道包

0 commit comments

Comments
 (0)