Skip to content

Commit

Permalink
fix: dynamic chainguard setting
Browse files Browse the repository at this point in the history
  • Loading branch information
amber-beasley-liatrio committed Dec 4, 2024
1 parent 45c313f commit 44d9adc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
# can only run on main branch
scope: amber-beasley-liatrio/learning-actions
identity: ${{ github.ref_name }}-semenatic-release
identity: ${{ github.ref_name == 'main' && github.ref_name || 'pr' }}-semantic-release

- name: Run go-semantic-release
id: go-semantic-release
Expand Down

0 comments on commit 44d9adc

Please sign in to comment.