Skip to content

Commit b146f9e

Browse files
committed
Use GitHub cli to create the release instead.
1 parent 914bff2 commit b146f9e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,7 @@ jobs:
257257
git push origin $release
258258
259259
- name: Publish release
260-
uses: softprops/action-gh-release@v2
261-
with:
262-
name: ${{ env.release }}
263-
tag_name: ${{ env.release }}
264-
files: |
265-
${{ github.workspace }}/Artifacts/*.zip
260+
shell: cmd
261+
env:
262+
GH_TOKEN: ${{github.token}}
263+
run: gh release create ${{env.release}} --title "Release ${{env.release}}" ${{github.workspace}}\Artifacts\*.zip

0 commit comments

Comments
 (0)