Skip to content

Commit

Permalink
fix(ci): was-it just a typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Jan 26, 2024
1 parent fd9b06b commit 0316adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}`
IMAGE_NAME: ${{ github.repository }}
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- name: Checkout
Expand Down

0 comments on commit 0316adf

Please sign in to comment.