Update ci.yaml

This commit is contained in:
Jakub Błaszczyk 2023-10-27 13:02:20 +02:00 committed by GitHub
parent ed3ea0e62c
commit bfd9e23adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ jobs:
- name: Set short SHA
shell: bash
run: |
echo "DOCKER_SHORT_TAG=${${{ github.sha }}:0:7}" >> $GITHUB_ENV
echo "DOCKER_SHORT_TAG=${${{ github.sha }}:0:7}" >> "$GITHUB_ENV"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with: