Skip to content

Commit ea035b4

Browse files
authored
ci: add build notice of current branch
1 parent 4697c2c commit ea035b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
echo "SHOULD_DEPLOY=false" >> $GITHUB_ENV
6666
echo "PKG_VERSION=v3.0.0-dev.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
6767
echo "PKG_VERSION_STRICT=3.0.0-dev.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
68+
echo "::notice::Built from branch $GITHUB_REF_NAME"
6869
fi
6970
7071
- name: Setup Node.js

0 commit comments

Comments
 (0)