Skip to content

Commit b2eebf9

Browse files
authored
fixed bad action-gh-release version
1 parent 4ce4e4e commit b2eebf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/do-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "NAME_AND_VERSION=$(ls stuff | head -n 1 | cut -d '_' -f -2)" >> $GITHUB_ENV
4747
4848
- name: Draft the release
49-
uses: softprops/action-gh-release@v4
49+
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
5050
with:
5151
files: stuff/*
5252
draft: true

0 commit comments

Comments
 (0)