Skip to content

Commit

Permalink
fix: use current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amber-beasley-liatrio committed Dec 4, 2024
1 parent 8a2e85d commit 45c313f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45c313f

Please sign in to comment.