Browse Source

update publish workflow

master^2
wenmeng.zwm 3 years ago
parent
commit
bf2832c451
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      .github/workflows/publish.yaml

.github/workflows/release.yaml → .github/workflows/publish.yaml View File

@@ -2,10 +2,6 @@ name: release


on: push on: push


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs: jobs:
build-n-publish: build-n-publish:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04

Loading…
Cancel
Save