Skip to content

Commit 12ba0d7

Browse files
authored
Merge pull request #36 from tsugumi-sys/chore/downgrade-softprops
chore: downgrade softprops
2 parents bf2d10a + 9229955 commit 12ba0d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
tar czf mejiro-cli-${{ matrix.target }}.tar.gz mejiro-cli
5050
5151
- name: Upload release asset
52-
uses: softprops/action-gh-release@v2
52+
# See: https://github.com/softprops/action-gh-release/issues/628
53+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
5354
with:
5455
files: target/${{ matrix.target }}/release/mejiro-cli-${{ matrix.target }}.tar.gz
5556
env:

0 commit comments

Comments
 (0)