We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9fcdd commit d36073bCopy full SHA for d36073b
.github/workflows/toolkit-package.yml
@@ -18,7 +18,7 @@ jobs:
18
VERSION=$(cat VERSION.md | head -n 1 | xargs)
19
20
# Get current branch name and commit SHA
21
- BRANCH_NAME="github_publishing "
+ BRANCH_NAME="github_publishing"
22
SHORT_SHA="0e87247b"
23
24
# Construct the filename
0 commit comments