mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-13 20:00:30 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a6ded91185 |
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -91,6 +91,15 @@ jobs:
|
|||||||
git tag ${{ steps.git_version.outputs.version }}
|
git tag ${{ steps.git_version.outputs.version }}
|
||||||
git push origin ${{ steps.git_version.outputs.version }}
|
git push origin ${{ steps.git_version.outputs.version }}
|
||||||
|
|
||||||
|
- name: Sync tag to dev branch
|
||||||
|
if: github.ref_name == 'master'
|
||||||
|
run: |
|
||||||
|
git fetch origin dev
|
||||||
|
git checkout dev
|
||||||
|
git merge --no-ff ${{ steps.git_version.outputs.version }}
|
||||||
|
git push origin dev
|
||||||
|
git checkout master
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user