Skip to content

Commit

Permalink
develop should be all we need
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
jflo committed Mar 1, 2024
1 parent 80d6853 commit bdbe6c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: snapshot artifacts
name: develop pre-release

on:
workflow_dispatch:
Expand Down Expand Up @@ -50,10 +50,11 @@ jobs:
name: develop
tag_name: develop
fail_on_unmatched_files: true
append_body: true
append_body: false
files: |
build/distributions/besu*.tar.gz
build/distributions/besu*.zip
body: |
This is an automated, bleeding edge build from the tip of ${{ github.ref_name }}. No promises. YOLO.
${{steps.hashes.outputs.tarSha}}
${{steps.hashes.outputs.zipSha}}
36 changes: 0 additions & 36 deletions .github/workflows/snapshot.yml

This file was deleted.

0 comments on commit bdbe6c7

Please sign in to comment.