Skip to content

Commit

Permalink
fixed bad action-gh-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks authored Mar 1, 2024
1 parent 4ce4e4e commit b2eebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/do-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "NAME_AND_VERSION=$(ls stuff | head -n 1 | cut -d '_' -f -2)" >> $GITHUB_ENV
- name: Draft the release
uses: softprops/action-gh-release@v4
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
with:
files: stuff/*
draft: true
Expand Down

0 comments on commit b2eebf9

Please sign in to comment.