Skip to content

Commit 483d053

Browse files
Fix workflow
1 parent 8e0621f commit 483d053

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ jobs:
4040

4141
- name: Publish release to GitHub
4242
run: gh release create $VERSION "./icons/$filename" -F CHANGELOG.md -t "ProIcons v$VERSION" ${{ inputs.version == false && '-d' || '' }}
43+
env:
44+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)