We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d70509 + 571a06f commit bb15cd9Copy full SHA for bb15cd9
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
# リリース(draft)を作成しファイルを添付する
36
- name: Create a release
37
if: startsWith(github.ref, 'refs/tags/')
38
- uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
+ uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
39
with:
40
draft: true
41
prerelease: ${{ contains(github.ref_name, '-alpha.') || contains(github.ref_name, '-beta.') }}
0 commit comments