From e26ef0676390e2383f314709a47974b2f1f47dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 12:20:06 +0000 Subject: [PATCH] chore(deps): bump nearform/optic-release-automation from 2.1.2 to 2.1.3 (#130) Bumps [nearform/optic-release-automation](https://github.com/nearform/optic-release-automation) from 2.1.2 to 2.1.3. - [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.2...v2.1.3) --- updated-dependencies: - dependency-name: nearform/optic-release-automation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 61861d4..9adce15 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.2 + - uses: nearform/optic-release-automation@v2.1.3 with: github-token: ${{secrets.github_token}} npm-token: ${{secrets.NPM_TOKEN}}