From 7fafbd2a4bcef615459547a74d069f599d13d114 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:04:51 +0000 Subject: [PATCH] chore(release): 1.3.4 ## [1.3.4](https://github.com/splunk/semantic-release-action/compare/v1.3.3...v1.3.4) (2024-02-12) ### Bug Fixes * **deps:** update pre-commit/action action to v3.0.1 ([#42](https://github.com/splunk/semantic-release-action/issues/42)) ([1a4d8f2](https://github.com/splunk/semantic-release-action/commit/1a4d8f2e54fdff6333b279434cc2f1b6abde66c9)) --- .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 b06f30a..446d308 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@v1.3.3 + uses: splunk/semantic-release-action@v1.3.4 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }} with: