From 45c313f36901579388c425c0386c1fefb0252364 Mon Sep 17 00:00:00 2001 From: Amber Beasley Date: Wed, 4 Dec 2024 17:23:56 -0600 Subject: [PATCH] fix: use current branch --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a336aee..5bda7af 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,8 +34,9 @@ jobs: - uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 id: octo-sts with: + # can only run on main branch scope: amber-beasley-liatrio/learning-actions - identity: main-semantic-release + identity: ${{ github.ref_name }}-semenatic-release - name: Run go-semantic-release id: go-semantic-release