From 21ed5b60ff701c28879725db9a61cfcadbdd9bb7 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:29:12 +0000 Subject: [PATCH] chore(release): 1.3.0 # [1.3.0](https://github.com/splunk/semantic-release-action/compare/v1.2.11...v1.3.0) (2023-03-06) ### Features * gpg handling composite version of action ([#31](https://github.com/splunk/semantic-release-action/issues/31)) ([148e083](https://github.com/splunk/semantic-release-action/commit/148e083fab92f8a1095ae4849710c11dd7344fb7)) [skip ci] --- .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 f368724..410a0f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: persist-credentials: false - name: Semantic release id: semantic - uses: splunk/semantic-release-action@feat/gpg-signing-composite-action + uses: splunk/semantic-release-action@1.3.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }} with: