Skip to content

Commit 4a54be0

Browse files
committed
fix: ci; release for lazygit 0.42.0
* ci: fix release pipeline
1 parent 30bff2e commit 4a54be0

File tree

2 files changed

+9
-69
lines changed

2 files changed

+9
-69
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: ${{ steps.release.outputs.release_created }}
2626

2727
- run: |
28-
curl -fsSL https://github.com/catppuccin/toolbox/releases/download/whiskers-v1.1.4/whiskers-x86_64-unknown-linux-gnu -o $RUNNER_TEMP/whiskers
28+
curl -fsSL https://github.com/catppuccin/toolbox/releases/download/whiskers-v2.1.0/whiskers-x86_64-unknown-linux-gnu -o $RUNNER_TEMP/whiskers
2929
chmod +x $RUNNER_TEMP/whiskers
3030
echo $RUNNER_TEMP >> $GITHUB_PATH
3131
if: ${{ steps.release.outputs.release_created }}

flake.lock

+8-68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)