Browse Source

update release workflow

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

+ 3
- 1
.github/workflows/release.yaml View File

@@ -1,6 +1,8 @@
name: release

on: push
on:
release:
types: [published]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}


Loading…
Cancel
Save