Skip to content

Commit

Permalink
CI: fix 24.11 py package version
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Dec 10, 2024
1 parent d0cfbe1 commit 3969051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest_v24.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v24.11"
pyln-version: "24.05"
pyln-version: "24.11"
tagged-release: true
2 changes: 1 addition & 1 deletion .github/workflows/main_v24.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v24.11"
pyln-version: "24.05"
pyln-version: "24.11"
tagged-release: false

0 comments on commit 3969051

Please sign in to comment.