Skip to content

Commit

Permalink
create release
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Feb 2, 2024
1 parent 3ea28a3 commit 7475b1c
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- 'v*'
branches:
- releases

env:
LSPD_GO_VERSION: 1.21.0
Expand Down Expand Up @@ -119,6 +117,22 @@ jobs:
lnd
lncli
release:
needs:
- lspd
- lnd
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4

- name: create release
uses: ncipollo/release-action
with:
artifacts: *
generateReleaseNotes: true


# cln-macos:
# name: Release lightningd
# runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7475b1c

Please sign in to comment.