Skip to content

Commit bb15cd9

Browse files
authored
Merge pull request #191 from vim-jp/dependabot/github_actions/softprops/action-gh-release-3.0.2
Bump softprops/action-gh-release from 3.0.1 to 3.0.2
2 parents 4d70509 + 571a06f commit bb15cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# リリース(draft)を作成しファイルを添付する
3636
- name: Create a release
3737
if: startsWith(github.ref, 'refs/tags/')
38-
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
38+
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
3939
with:
4040
draft: true
4141
prerelease: ${{ contains(github.ref_name, '-alpha.') || contains(github.ref_name, '-beta.') }}

0 commit comments

Comments
 (0)