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 3a404b6 commit 60c39c6
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 @@ -27,8 +27,8 @@ jobs:
- name: Set Env Vars
id: vars
run: |
echo 'BASE_TAG=sha-'$(git rev-parse --short HEAD) >> $GITHUB_OUTPUT
echo "PLONE_VERSION=$(cat version.txt)" >> $GITHUB_OUTPUT
echo 'BASE_TAG=sha-'$(git rev-parse --short HEAD) >> $GITHUB_OUTPUT
- name: Test vars
run: |
Expand Down

0 comments on commit 60c39c6

Please sign in to comment.