wip: fixes extra quote

This commit is contained in:
Christopher Lowenthal 2022-11-01 11:49:37 -04:00
parent be7c79cbe9
commit 078bde4485

View file

@ -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