Skip to content

Commit

Permalink
Fix typo in CI workflow (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
roysc authored Aug 31, 2023
1 parent 6470bf2 commit 35fc6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Output SHA and version tag
run: |
echo sha=$(echo ${GITHUB_SHA:0:7}) >> "$GITHUB_OUTPUT"
echo tag=$(echo ${GITHUB_REF#refs/tags/}) >> "$GITHUB_OUTPUT""
echo tag=$(echo ${GITHUB_REF#refs/tags/}) >> "$GITHUB_OUTPUT"
- name: Build and tag Docker image
run: |
docker build . \
Expand Down

0 comments on commit 35fc6a7

Please sign in to comment.