Skip to content

Commit 8cb6774

Browse files
committed
and another one, update workflow
1 parent 9eb8608 commit 8cb6774

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ jobs:
5151
git checkout -b "$RELEASE_BRANCH"
5252
git push origin "$RELEASE_BRANCH"
5353
54-
echo "Created release branch: $RELEASE_BRANCH"
54+
echo "Created release branch: $RELEASE_BRANCH"shell: /usr/bin/bash -e {0}
55+
env:
56+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)