From 383ae3abda824b7024f53b8b8e17a49d4b0f8956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 04:46:16 +0000 Subject: [PATCH] chore(deps): bump ncipollo/release-action from 1.11.1 to 1.12.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.11.1 to 1.12.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/4c75f0f2e4ae5f3c807cf0904605408e319dcaac...a2e71bdd4e7dab70ca26a852f29600c98b33153e) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-prod-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-prod-staging.yml b/.github/workflows/update-prod-staging.yml index 5c74a7fd5b..eada69f9e1 100644 --- a/.github/workflows/update-prod-staging.yml +++ b/.github/workflows/update-prod-staging.yml @@ -55,7 +55,7 @@ jobs: echo "TAG=release-$(date '+%Y-%m-%d_%H-%M')" >> ${GITHUB_ENV} - name: Create GH release - uses: ncipollo/release-action@4c75f0f2e4ae5f3c807cf0904605408e319dcaac # v1.10.0 + uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.10.0 with: name: Production release artifacts: app.tar.gz