1 parent 91c5efc commit 4444d5bCopy full SHA for 4444d5b
1 file changed
.github/workflows/distro.yml
@@ -63,7 +63,7 @@ jobs:
63
- uses: softprops/action-gh-release@v3
64
if: github.ref_type == 'tag'
65
with:
66
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_TOKEN }}
67
prerelease: true
68
draft: true
69
files: |
0 commit comments