update publish workflow

This commit is contained in:
wenmeng.zwm
2022-12-07 00:01:14 +08:00
parent b1205989ca
commit bf2832c451

View File

@@ -2,10 +2,6 @@ name: release
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-n-publish:
runs-on: ubuntu-20.04