Browse Source

update publish.yaml

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

+ 1
- 1
.github/workflows/publish.yaml View File

@@ -6,7 +6,7 @@ on:
- 'v**'

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

jobs:


Loading…
Cancel
Save