mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 01:09:42 +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 commit -m "Bump version ${GITHUB_REF:10}"
|
||||||
git checkout -t origin/master
|
git checkout -t origin/master
|
||||||
git merge -m "Release ${GITHUB_REF:10}" --no-ff release/${GITHUB_REF:10}
|
git merge -m "Release ${GITHUB_REF:10}" --no-ff release/${GITHUB_REF:10}
|
||||||
git push --delete release/${GITHUB_REF:10}
|
git push
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user