fix(workflow): set branch variable
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 57s
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 57s
This commit is contained in:
parent
77fae4f6d7
commit
a725ec1073
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue