Skip to content

Commit

Permalink
Update release message
Browse files Browse the repository at this point in the history
  • Loading branch information
chen08209 committed Oct 12, 2024
1 parent b587eb4 commit 16e2ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Get Branch
if: startsWith(matrix.platform,'linux')
run: |
branch=$(git branch --show-current)
branch=$(git rev-parse --abbrev-ref HEAD)
echo "Current branch is $branch"
echo "BRANCH=$branch" >> $GITHUB_ENV
Expand Down

0 comments on commit 16e2ea8

Please sign in to comment.