Skip to content

Commit

Permalink
Merge pull request #54 from SCAI-BIO/fix-github-actions
Browse files Browse the repository at this point in the history
fix: GitHub actions
  • Loading branch information
mehmetcanay authored Jun 19, 2024
2 parents 3586b3d + cdb7558 commit a2d6955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Update API Version
run: |
sed -i "s/version=\"[^\"]*\"/version=\"$VERSION\"/" backend/api/routes.py
sed -i "s/version=\"[^\"]*\"/version=\"${{ steps.version.outputs.VERSION }}\"/" backend/api/routes.py
- name: Update Angular App Version
run: |
Expand Down

0 comments on commit a2d6955

Please sign in to comment.