Skip to content

Commit cbdb493

Browse files
committed
fix typo
1 parent c1f6da5 commit cbdb493

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-webapp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
run: |
6262
tag=${{ steps.get_tag.outputs.tag }}
6363
if [[ "${{ steps.get_tag.outputs.is_semver }}" == true ]]; then
64-
echo "BUILD_APP_VERSION=${tag}" >> "$GITHUB_OUTPUTS"
64+
echo "BUILD_APP_VERSION=${tag}" >> "$GITHUB_OUTPUT"
6565
fi
66-
echo "BUILD_GIT_SHA=${{ github.sha }}" >> "$GITHUB_OUTPUTS"
67-
echo "BUILD_GIT_REF_NAME=${{ github.ref_name }}" >> "$GITHUB_OUTPUTS"
68-
echo "BUILD_TIMESTAMP_SECONDS=$(date +%s)" >> "$GITHUB_OUTPUTS"
66+
echo "BUILD_GIT_SHA=${{ github.sha }}" >> "$GITHUB_OUTPUT"
67+
echo "BUILD_GIT_REF_NAME=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
68+
echo "BUILD_TIMESTAMP_SECONDS=$(date +%s)" >> "$GITHUB_OUTPUT"
6969
7070
- name: 🐙 Login to GitHub Container Registry
7171
uses: docker/login-action@v3

0 commit comments

Comments
 (0)