From ff637761f670a8a0e91766a0206b7123b206fe32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 04:00:56 +0000 Subject: [PATCH] chore(deps): bump go-semantic-release/action from 1 to 1.11.2 Bumps [go-semantic-release/action](https://github.com/go-semantic-release/action) from 1 to 1.11.2. - [Release notes](https://github.com/go-semantic-release/action/releases) - [Commits](https://github.com/go-semantic-release/action/compare/v1...v1.11.2) Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 062f54f..e440555 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2.3.4 - - uses: go-semantic-release/action@v1 + uses: go-semantic-release/action@v1.11.2 id: version with: github-token: ${{ secrets.GITHUB_TOKEN }}