Skip to content

Commit

Permalink
Merge pull request #885 from getlipa/fix/set-var-script
Browse files Browse the repository at this point in the history
Fix set var script
  • Loading branch information
danielgranhao authored Jan 17, 2024
2 parents d1ed592 + bc72dc9 commit 7199c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ jobs:
id: get-branch
run: |
BRANCH_NAMES=$(git branch -r --contains ${GITHUB_REF_NAME} | grep origin | sed 's/origin\///' | sed 's/ //g')
echo "BRANCH_NAMES=$BRANCH_NAMES" >> "$GITHUB_ENV"
echo "Branch names: $BRANCH_NAMES"
- name: Set Output Variable
id: set-var
Expand Down

0 comments on commit 7199c92

Please sign in to comment.