mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 14:33:52 +00:00
Adding prerelease true
This commit is contained in:
parent
5e92a7fe25
commit
1f0e49b0d8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/packager.yml
vendored
1
.github/workflows/packager.yml
vendored
|
|
@ -308,6 +308,7 @@ jobs:
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ env.GIT_TAG }}
|
tag_name: ${{ env.GIT_TAG }}
|
||||||
|
prerelease: true
|
||||||
files: |
|
files: |
|
||||||
packaging/deb/bor**.deb
|
packaging/deb/bor**.deb
|
||||||
binary/bo**
|
binary/bo**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue