From 72e78ea8d7fd2ead97807d7643d17e6c868ce2d8 Mon Sep 17 00:00:00 2001 From: GHOST Date: Wed, 8 Dec 2021 13:27:16 +0000 Subject: [PATCH] fix: action --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 33125c7a..e5750ad1 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: cycjimmy/semantic-release-action@v2.6.0 + - uses: cycjimmy/semantic-release-action@v2 id: semantic env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}