Skip to content

Commit ac005d2

Browse files
committed
fix(ci): softprops/action-gh-release v4 does not exist, use v3
The previous bump from v2 to v4 (commit 3949a94) used a version that doesn't exist — the latest is v3. This caused v0.42.0 release CI to fail silently. Fixing so v0.42.1 release can complete.
1 parent 7ecdfe6 commit ac005d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: sha256sum odek-* > checksums.txt
4949

5050
- name: release
51-
uses: softprops/action-gh-release@v4
51+
uses: softprops/action-gh-release@v3
5252
with:
5353
files: |
5454
odek-linux-amd64

0 commit comments

Comments
 (0)