Skip to content

Commit

Permalink
Merge pull request #26627 from Eism/ci_backend_deploy_fix
Browse files Browse the repository at this point in the history
CI. Backend deploy fix
  • Loading branch information
Eism authored Feb 20, 2025
2 parents 48b7996 + a3621c1 commit 2e22d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: env.DO_PUBLISH == 'true'
run: |
pip install jenkinsapi
python3 ./buildscripts/ci/backend/deploy.py --mu_version ${{ env.VERSION }} --api_token ${{ secrets.JENKINS_API_TOKEN }}
python3 ./buildscripts/ci/backend/deploy.py --mu_version ${{ env.VERSION_MAJOR_MINOR }} --api_token ${{ secrets.JENKINS_API_TOKEN }}
- name: Upload artifacts on GitHub
if: ${{ always() }}
Expand Down

0 comments on commit 2e22d9e

Please sign in to comment.