diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 20b81899..99101a93 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -72,7 +72,7 @@ jobs: # Get the current branch from git - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7 + uses: tj-actions/branch-names@v8 # Create Release for the Beta - name: Semantic Release for Beta