Skip to content

Commit

Permalink
Prevent automatic builds from going live accidently
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Oct 11, 2024
1 parent d3dd63c commit a52b908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
files: "esp-miner-factory-${{ matrix.build_type }}-${{ github.ref_name }}.bin"
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
files: ./build/www.bin
- name: Release esp-miner.bin
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
files: ./build/esp-miner.bin

0 comments on commit a52b908

Please sign in to comment.