Skip to content

Commit 4dc86d1

Browse files
authored
Merge pull request #87 from PMDevSolutions/dependabot/github_actions/softprops/action-gh-release-3
ci(deps): bump softprops/action-gh-release from 2 to 3
2 parents fdaae75 + 17d384a commit 4dc86d1

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
@@ -73,7 +73,7 @@ jobs:
7373
git push --follow-tags origin ${{ github.ref_name }}
7474
7575
- name: Create GitHub Release
76-
uses: softprops/action-gh-release@v2
76+
uses: softprops/action-gh-release@v3
7777
with:
7878
tag_name: v${{ steps.version.outputs.version }}
7979
name: v${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)