misc(workflow): added branch name to the release name
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 1m0s
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 1m0s
This commit is contained in:
parent
e004e1de90
commit
9ecfc229e4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ jobs:
|
|||
--url "http://pages.coastalcommits.com" \
|
||||
--site "${{ variables.MELI_SITE }}" \
|
||||
--token "${{ secrets.MELI_SITE_SECRET }}" \
|
||||
--release "${{ GITEA_SHA }}" \
|
||||
--release "$release/${{ GITEA_SHA }}" \
|
||||
--branch "$release"
|
||||
echo "Deployed to Meli on branch $release"
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue