Skip to content

Commit

Permalink
Try one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Nov 15, 2024
1 parent 4c407f3 commit af133a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Get Git Branch
run: |
echo $(git rev-parse --abbrev-ref HEAD)
echo "BRANCH=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
BRANCH=$(git rev-parse --abbrev-ref HEAD)
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
- name: Verify Branches
if: ${{ env.BRANCH != 'main' && env.BRANCH != 'develop' }}
Expand Down

0 comments on commit af133a9

Please sign in to comment.