Skip to content

Commit 7f190bc

Browse files
committed
fix(build): revert group name for release
1 parent 6ffe077 commit 7f190bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/on-release-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# This is to prevent "race-condition" in publishing a new version of doc to `gh-pages` (#365)
99
#########################
1010
concurrency:
11-
group: release
11+
group: on-release-publish
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: "Checkout"

0 commit comments

Comments
 (0)