Skip to content

Commit 647eb4b

Browse files
chore(deps): bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [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@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb3a447 commit 647eb4b

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
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Create GitHub Release
126126
if: steps.should_run.outputs.run == 'true' && steps.check_tag.outputs.exists == 'false'
127-
uses: softprops/action-gh-release@v2
127+
uses: softprops/action-gh-release@v3
128128
with:
129129
tag_name: ${{ steps.extract_version.outputs.tag }}
130130
name: ${{ matrix.release_name_prefix }} ${{ steps.extract_version.outputs.tag }}

0 commit comments

Comments
 (0)