Skip to content

Commit

Permalink
Fix syntax error in workflow (#13952)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad authored Jul 29, 2024
1 parent bf30e1d commit 7147653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
format(
'https://github.com/{0}/blob/{1}/CHANGELOG.md',
github.repository,
github.ref_name,
github.ref_name
) || ''
}}
docker-image-name: >-
Expand Down

0 comments on commit 7147653

Please sign in to comment.