We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0621f commit 483d053Copy full SHA for 483d053
1 file changed
.github/workflows/release.yml
@@ -40,3 +40,5 @@ jobs:
40
41
- name: Publish release to GitHub
42
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