Skip to content

Commit b369546

Browse files
committed
Fix template
1 parent 8b9613d commit b369546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Create Release
1616
uses: softprops/action-gh-release@v1
1717
env:
18-
GITHUB_TOKEN ${{ secrets.GITHUB_TOKEN }}
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)