Skip to content

Commit ce5da09

Browse files
committed
fix: pin softprops/action-gh-release to v2.2.2
Raw v2 tag is currently broke, see softprops/action-gh-release#627 and softprops/action-gh-release#628
1 parent 956e4b3 commit ce5da09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/custopize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
devices: "pi5-32bit,pi4-32bit,pi3-32bit,pi2-32bit,pi1-32bit"
242242

243243
- name: "🔖 Create release & attach assets"
244-
uses: softprops/action-gh-release@v2
244+
uses: softprops/action-gh-release@v2.2.2 # 2025-06-10: v2 is currently broken
245245
with:
246246
name: "${{ env.RELEASE_NAME }}"
247247
tag_name: "${{ env.RELEASE_TAG }}"

0 commit comments

Comments
 (0)