Skip to content

Commit 7c25d14

Browse files
authored
Merge pull request #10 from laravilt/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2 parents 6db0e50 + 06c968d commit 7c25d14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)