fix(workflow): set branch variable
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 57s

This commit is contained in:
Seaswimmer 2024-01-06 19:45:10 +00:00
parent 77fae4f6d7
commit a725ec1073
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -62,6 +62,7 @@ jobs:
--site "${{ variables.MELI_SITE }}" \
--token "${{ secrets.MELI_SITE_SECRET }}" \
--release "$release"
--branch "$release"
echo "Deployed to Meli on branch $release"
env: