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

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

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

Loading…
Cancel
Save