Skip to content

Commit 0316adf

Browse files
authored
fix(ci): was-it just a typo?
1 parent fd9b06b commit 0316adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
env:
3535
REGISTRY: ghcr.io
36-
IMAGE_NAME: ${{ github.repository }}`
36+
IMAGE_NAME: ${{ github.repository }}
3737
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3838
steps:
3939
- name: Checkout

0 commit comments

Comments
 (0)