Skip to content

Commit 273f4d8

Browse files
chore(deps): update softprops/action-gh-release action to v2
1 parent b6ab048 commit 273f4d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
tag_name="$(echo $GITHUB_REF | cut -d / -f 3)"
2828
echo "tag=$tag_name" >> $GITHUB_OUTPUT
2929
- name: Create GitHub Release
30-
uses: softprops/action-gh-release@v1
30+
uses: softprops/action-gh-release@v2
3131
with:
3232
tag_name: ${{ steps.get_tag.outputs.tag }}
3333
name: 'Release ${{ steps.get_tag.outputs.tag }}'

0 commit comments

Comments
 (0)