Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/publish_app.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
@@ -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 实时打渠道包
Expand Down