Skip to content

Commit

Permalink
fixed mu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eism committed Feb 20, 2025
1 parent 7d529f6 commit a3621c1
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 a3621c1

Please sign in to comment.