Skip to content

v0.2.0+51

v0.2.0+51 #71

Workflow file for this run

name: Releases
on:
push:
tags:
- v**
jobs:
release:
name: 自动发布
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
artifacts: "app-arm64-v8a-release.apk"
tag: "v0.2.0+51"
bodyFile: "body.md"
skipIfReleaseExists: true
token: ${{ secrets.WAREHOUSE_TOKEN }}