diff --git a/.forgejo/workflows/release-tag/web.yaml b/.forgejo/workflows/release-tag/web.yaml index 6064874..e2b0866 100644 --- a/.forgejo/workflows/release-tag/web.yaml +++ b/.forgejo/workflows/release-tag/web.yaml @@ -41,7 +41,8 @@ jobs: echo "VERSION_NUMBER=$VERSION_NUMBER" >> $GITHUB_ENV - name: Print the version number (for debugging) - run: echo "Version number: ${{ env.VERSION_NUMBER }}" + run: | + echo "Version number: ${{ env.VERSION_NUMBER }}" - name: Docker Build uses: https://github.com/docker/build-push-action@v4