From b575ee6a63462dade9d3ae025cebe3cfa9e04f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 18:11:56 +0000 Subject: [PATCH] chore(deps): bump nearform/optic-release-automation from 2.1.0 to 2.1.2 Bumps [nearform/optic-release-automation](https://github.com/nearform/optic-release-automation) from 2.1.0 to 2.1.2. - [Release notes](https://github.com/nearform/optic-release-automation/releases) - [Changelog](https://github.com/nearform/optic-release-automation/blob/main/release.js) - [Commits](https://github.com/nearform/optic-release-automation/compare/v2.1.0...v2.1.2) --- updated-dependencies: - dependency-name: nearform/optic-release-automation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a40b731..61861d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: nearform/optic-release-automation@v2.1.0 + - uses: nearform/optic-release-automation@v2.1.2 with: github-token: ${{secrets.github_token}} npm-token: ${{secrets.NPM_TOKEN}}