Skip to content

Commit 6619dc8

Browse files
committed
chore: update release action codes
1 parent 1636bce commit 6619dc8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ jobs:
3232
# https://github.com/softprops/action-gh-release
3333
- name: Create release and upload assets
3434
uses: softprops/action-gh-release@v1
35-
# if: startsWith(github.ref, 'refs/tags/')
3635
with:
3736
name: ${{ env.RELEASE_TAG }}
3837
tag_name: ${{ env.RELEASE_TAG }}
3938
body_path: changelog.md
40-
# files: kite-${{ env.RELEASE_TAG }}.phar
4139
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
# GITHUB_REPOSITORY: my_gh_org/my_gh_repo
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)