We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de7f24 commit 7622ea9Copy full SHA for 7622ea9
.github/workflows/release.yml
@@ -21,6 +21,8 @@ jobs:
21
title: $version
22
branch: 'main|v[0-9]+'
23
token: ${{ secrets.GH_TOKEN }}
24
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
26
27
upload-assets:
28
needs: create-release
0 commit comments