We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4c8ec commit 6bcdaa2Copy full SHA for 6bcdaa2
.github/workflows/release.yaml
@@ -54,8 +54,10 @@ jobs:
54
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
55
-
56
name: Release built binaries
57
- uses: AButler/[email protected]
+ uses: xresloader/upload-to-github-release@v1
58
+ env:
59
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
61
files: build/*
- release-tag: ${{ steps.get_version.outputs.VERSION }}
62
+ tags: true
63
+ draft: false
0 commit comments