Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f5dd58f

Browse files
authoredFeb 22, 2024··
build(deps): Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.7.0 to 2.9.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.7.0...2.9.0) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa9b10d commit f5dd58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ jobs:
603603
echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
604604
605605
- name: Publish Release [GitHub]
606-
uses: svenstaro/upload-release-action@2.7.0
606+
uses: svenstaro/upload-release-action@2.9.0
607607
with:
608608
repo_token: ${{ secrets.GITHUB_TOKEN }}
609609
release_name: ${{ steps.tag_name.outputs.TAG_NAME }}

0 commit comments

Comments
 (0)
Please sign in to comment.