mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 22:51:02 +00:00
wip: fixes extra quote
This commit is contained in:
parent
be7c79cbe9
commit
078bde4485
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue