File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments