From 59cc40b803b32b056f42683ca1e43b565084a40f Mon Sep 17 00:00:00 2001 From: Salman Mitha Date: Mon, 8 Nov 2021 15:11:41 +0530 Subject: [PATCH] fix: bump optic-release-automation (#124) --- .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 8bd9d3c..967421a 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.0.0 + - uses: nearform/optic-release-automation@v2.0.1 with: github-token: ${{secrets.github_token}} npm-token: ${{secrets.NPM_TOKEN}}