Skip to content

Commit

Permalink
Corrige calculo de PLONE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jul 10, 2024
1 parent 60c39c6 commit 61eea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Test vars
run: |
echo 'BASE_TAG=${{ steps.vars.outputs.BASE_TAG }}'
echo 'PLONE_VERSION=${{ steps.vars.outputs.VOLTO_VERSION }}'
echo 'PLONE_VERSION=${{ steps.vars.outputs.PLONE_VERSION }}'
code-quality:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 61eea5b

Please sign in to comment.