Skip to content

Commit 3268acc

Browse files
authored
Merge pull request #226 from SableClient/fix/knope-ci-version
fix(ci): knope version
2 parents 53b9bf2 + a10a4f2 commit 3268acc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: knope-dev/action@19617851f9f13ab2f27a05989c55efb18aca3675 # v2.1.2
2525
with:
26-
version: 0.22.1
26+
version: 0.22.3
2727

2828
- name: Prepare Release
2929
run: knope prepare-release --verbose

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: knope-dev/action@19617851f9f13ab2f27a05989c55efb18aca3675 # v2.1.2
2323
with:
24-
version: 0.22.1
24+
version: 0.22.3
2525

2626
- name: Create Release
2727
run: knope release --verbose

0 commit comments

Comments
 (0)