Skip to content

Commit

Permalink
Merge pull request #13 from devsapp/fix/action
Browse files Browse the repository at this point in the history
Update publish_app.yaml
  • Loading branch information
rsonghuster authored Oct 28, 2024
2 parents 719fcc1 + 992efa0 commit 62d65fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
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

0 comments on commit 62d65fd

Please sign in to comment.