Skip to content

Commit 787c241

Browse files
Bump softprops/action-gh-release from 1 to 2 in the github-actions group
Bumps the github-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fe387c commit 787c241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
name: release-notes
126126

127127
- name: Create a GitHub release
128-
uses: softprops/action-gh-release@v1
128+
uses: softprops/action-gh-release@v2
129129
with:
130130
files: dist/*
131131
tag_name: "${{ needs.version.outputs.tag-name }}"

0 commit comments

Comments
 (0)