From c36ce69959d7111944ae5ce652f4fa3727ad9b84 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Wed, 8 May 2024 13:05:31 +0000 Subject: [PATCH] chore(release): 1.3.6 ## [1.3.6](https://github.com/splunk/semantic-release-action/compare/v1.3.5...v1.3.6) (2024-05-08) ### Bug Fixes * **ci:** specify correct version for splunk/addonfactory-update-semver ([#44](https://github.com/splunk/semantic-release-action/issues/44)) ([4e587ed](https://github.com/splunk/semantic-release-action/commit/4e587edcee9037a22b0dc5128a38a76917550faf)) --- .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 7339ce7..be255cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: persist-credentials: false - name: Semantic release id: semantic - uses: splunk/semantic-release-action@v1.3.5 + uses: splunk/semantic-release-action@v1.3.6 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }} with: