From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 04:52:42 +0000 (+1100) Subject: Bump softprops/action-gh-release from 2.0.8 to 2.2.1 (#2164) X-Git-Tag: v4.3.0~11 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=b5247780394284bddf9d8c46d7aeaa63eb775e71;p=rainny.git Bump softprops/action-gh-release from 2.0.8 to 2.2.1 (#2164) Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.2.1. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/c062e08bd532815e2082a85e87e3ef29c3e6d191...c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index db494f5..5cc4f5f 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -52,7 +52,7 @@ jobs: gpg --export | xxd -p echo '${{ secrets.GNUPG_PASSPHRASE }}' | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --armor --detach-sign cinny-${{ steps.vars.outputs.tag }}.tar.gz - name: Upload tagged release - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda with: files: | cinny-${{ steps.vars.outputs.tag }}.tar.gz