Skip to content

feat(core.runtime): 支持Content Provider设置multiprocess="true" #10

feat(core.runtime): 支持Content Provider设置multiprocess="true"

feat(core.runtime): 支持Content Provider设置multiprocess="true" #10

Workflow file for this run

name: Publish release

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

(Line: 9, Col: 3): The workflow must contain at least one job with no dependencies.
on:
release:
types:
- published #https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
jobs:
publish:
needs: check-build-test
runs-on: ubuntu-22.04
env:
DISABLE_TENCENT_MAVEN_MIRROR: true
PUBLISH_RELEASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: checkout
uses: actions/checkout@v4
- name: pre-build
uses: ./.github/actions/pre-build
- name: publish
run: ./gradlew publish
- name: post-build
uses: ./.github/actions/post-build