mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Removed release branch deletion
This commit is contained in:
parent
075c57ca06
commit
f368be925f
2
.github/workflows/release-publish.yml
vendored
2
.github/workflows/release-publish.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
git commit -m "Bump version ${GITHUB_REF:10}"
|
||||
git checkout -t origin/master
|
||||
git merge -m "Release ${GITHUB_REF:10}" --no-ff release/${GITHUB_REF:10}
|
||||
git push --delete release/${GITHUB_REF:10}
|
||||
git push
|
||||
|
||||
- name: Publish
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user