Skip to content

Commit

Permalink
move cln versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Jun 4, 2024
1 parent 9b1ddde commit f162715
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: latest release on CLN v23.08.1
name: latest release on CLN v24.05

on:
release:
Expand All @@ -9,6 +9,6 @@ jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v23.08.1"
pyln-version: "23.08"
cln-version: "v24.05"
pyln-version: "24.05"
tagged-release: true
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main on CLN v23.08.1
name: main on CLN v24.05

on:
push:
Expand All @@ -19,6 +19,6 @@ jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v23.08.1"
pyln-version: "23.08"
cln-version: "v24.05"
pyln-version: "24.05"
tagged-release: false

0 comments on commit f162715

Please sign in to comment.