Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 1f1706c

Browse files
Build(deps): Bump softprops/action-gh-release from 1 to 2 (#38)
Bumps [softprops/action-gh-release](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 978c552 commit 1f1706c

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
@@ -45,7 +45,7 @@ jobs:
4545
run: echo version="$(jq -r ".version" package.json)" >> $GITHUB_OUTPUT
4646

4747
- name: Release
48-
uses: softprops/action-gh-release@v1
48+
uses: softprops/action-gh-release@v2
4949
with:
5050
draft: false
5151
prerelease: false

0 commit comments

Comments
 (0)