Skip to content

Commit 4ca7569

Browse files
build(deps): Bump svenstaro/upload-release-action from 2.9.0 to 2.10.0
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](svenstaro/upload-release-action@2.9.0...2.10.0) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f9f0d0 commit 4ca7569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ jobs:
655655
echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
656656
657657
- name: Publish Release [GitHub]
658-
uses: svenstaro/upload-release-action@2.9.0
658+
uses: svenstaro/upload-release-action@2.10.0
659659
with:
660660
repo_token: ${{ secrets.GITHUB_TOKEN }}
661661
release_name: ${{ steps.tag_name.outputs.TAG_NAME }}

0 commit comments

Comments
 (0)