Skip to content

Commit 1e018e7

Browse files
authored
ci: fix asset building
1 parent 683f788 commit 1e018e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-manual-assets.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
assets:
1313
if: github.event.inputs.tag != ''
1414
runs-on: macos-11
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1517
steps:
1618
- name: Checkout repository
1719
uses: actions/checkout@v2

0 commit comments

Comments
 (0)