Skip to content

Commit 2bbb4c7

Browse files
authored
Merge pull request #4 from laravilt/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2 parents 27d0ab2 + 4087915 commit 2bbb4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Create Release
8282
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
83-
uses: softprops/action-gh-release@v1
83+
uses: softprops/action-gh-release@v2
8484
with:
8585
tag_name: v${{ steps.package_info.outputs.version }}
8686
name: v${{ steps.package_info.outputs.version }}

0 commit comments

Comments
 (0)