Skip to content

Commit c3c421b

Browse files
authored
Merge pull request #2 from tsutomu-n/dependabot/github_actions/softprops/action-gh-release-2
ci(deps): Bump softprops/action-gh-release from 1 to 2
2 parents 3ecd65d + 748ff1e commit c3c421b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
echo "version=$VERSION" >> $GITHUB_OUTPUT
9595
9696
- name: Create Release
97-
uses: softprops/action-gh-release@v1
97+
uses: softprops/action-gh-release@v2
9898
with:
9999
tag_name: ${{ steps.version.outputs.version }}
100100
name: Kodama for Claude Code ${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)