debug CI changelog
This commit is contained in:
@@ -19,8 +19,7 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Changelog CI
|
||||
uses: saadmk11/changelog-ci@v1.1.2
|
||||
|
||||
|
||||
|
||||
- name: Increment version +1
|
||||
@@ -49,6 +48,7 @@ jobs:
|
||||
# Exporter la nouvelle version comme variable de sortie
|
||||
echo "::set-output name=new_version::$new_version"
|
||||
echo "::set-output name=major::$major"
|
||||
|
||||
|
||||
- name: Commit and push new version
|
||||
env:
|
||||
@@ -63,6 +63,10 @@ jobs:
|
||||
|
||||
# Push les modifications
|
||||
git push origin master
|
||||
- name: Run Changelog CI
|
||||
uses: saadmk11/changelog-ci@v1.1.2
|
||||
with:
|
||||
release_version: ${{ steps.increment_version.outputs.new_version }}
|
||||
|
||||
- name: Use server_config_default as primary
|
||||
run: mv /workspace/CLERC/Reskreen/config/server_config_default.py /workspace/CLERC/Reskreen/config/server_config.py
|
||||
|
Reference in New Issue
Block a user