mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-13 11:50:31 +02:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8c5977978 | |||
| 974bc591d6 | |||
| 26e18f6b31 | |||
| e52a5f421b | |||
| 99c84b676c |
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -87,15 +87,6 @@ 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 == '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