Skip to content

Commit 7afc1c7

Browse files
committed
fix: release token env
1 parent 426842d commit 7afc1c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/electron.yml

+2
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ jobs:
4141
# If the commit is tagged with a version (e.g. "v1.0.0"),
4242
# release the app after building
4343
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
44+
env:
45+
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)