There was an error while loading. Please reload this page.
2 parents bb15cd9 + 0c77caf commit dc902dbCopy full SHA for dc902db
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@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
+ uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
39
with:
40
draft: true
41
prerelease: ${{ contains(github.ref_name, '-alpha.') || contains(github.ref_name, '-beta.') }}
0 commit comments