Skip to content

Commit 12a2bf1

Browse files
authored
Merge pull request #3 from nowo-tech/dependabot/github_actions/softprops/action-gh-release-3
chore(ci): bump softprops/action-gh-release from 2 to 3
2 parents bcc29cf + 8825c83 commit 12a2bf1

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
@@ -77,7 +77,7 @@ jobs:
7777
{ echo "content<<${DELIM}"; printf '%s' "$BODY"; echo ""; echo "${DELIM}"; } >> $GITHUB_OUTPUT
7878
7979
- name: Create Release
80-
uses: softprops/action-gh-release@v2
80+
uses: softprops/action-gh-release@v3
8181
with:
8282
tag_name: ${{ steps.tag.outputs.TAG_NAME }}
8383
name: Release ${{ steps.tag.outputs.TAG_NAME }}

0 commit comments

Comments
 (0)