mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 16:59:48 +02:00
Removed release branch deletion
This commit is contained in:
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: |
|
||||
|
Reference in New Issue
Block a user