diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61c6104fd..7a0e9cac1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: needs: [meta] steps: - run: echo "version ${{needs.meta.outputs.version}}" - - run: echo "tag ${{needs.meta.outputs.tag}}"" + - run: echo "tag ${{needs.meta.outputs.tag}}" build-lattice: runs-on: ubuntu-latest