summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-06 12:06:28 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-06-06 22:55:37 +0200
commit1885455920ffa9bb81fd86db60ad4c053110b1e3 (patch)
tree78c30011e1f606c8644ccddfd361ffea641c0315
parent583d6a3e463ae9370a7a01e5901feca9c5581523 (diff)
Bump svenstaro/upload-release-action from 2.2.1 to 2.3.0
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/483c1e56f95e88835747b1c7c60581215016cbf2...133984371c30d34e38222a64855679a414cb7575) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/build-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml
index d82976883..08484b600 100644
--- a/.github/workflows/build-release.yml
+++ b/.github/workflows/build-release.yml
@@ -52,7 +52,7 @@ jobs:
app_public_crt: ${{ secrets.APP_PUBLIC_CRT }}
- name: Upload app tarball to release
- uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2
+ uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}