We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1636bce commit 6619dc8Copy full SHA for 6619dc8
.github/workflows/release.yml
@@ -32,12 +32,9 @@ jobs:
32
# https://github.com/softprops/action-gh-release
33
- name: Create release and upload assets
34
uses: softprops/action-gh-release@v1
35
-# if: startsWith(github.ref, 'refs/tags/')
36
with:
37
name: ${{ env.RELEASE_TAG }}
38
tag_name: ${{ env.RELEASE_TAG }}
39
body_path: changelog.md
40
- # files: kite-${{ env.RELEASE_TAG }}.phar
41
env:
42
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
-# GITHUB_REPOSITORY: my_gh_org/my_gh_repo
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments