Skip to content

Commit e4fc9a0

Browse files
authored
chore: fix release workflow (#3414)
#label:release v1.9.1-rc.0 --------- Signed-off-by: kpk47 <[email protected]>
1 parent 6953299 commit e4fc9a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ jobs:
4444
path: __EXAMPLE_PACKAGE__
4545
- name: manual release ref
4646
env:
47+
GH_TOKEN: ${{ github.token }}
4748
RELEASE_TAG: "${{ inputs.release-tag }}"
4849
if: github.ref_type != 'tag'
4950
run: ./__THIS_REPO__/.github/workflows/scripts/pre-release/references.sh
5051
- name: new tag release ref
5152
env:
53+
GH_TOKEN: ${{ github.token }}
5254
RELEASE_TAG: "${{ github.ref_name }}"
5355
if: github.ref_type == 'tag'
5456
run: ./__THIS_REPO__/.github/workflows/scripts/pre-release/references.sh

0 commit comments

Comments
 (0)