Skip to content

Commit 5456e4f

Browse files
Merge branch 'drasi-project:main' into query-host
2 parents 621357f + 16c5ebb commit 5456e4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/draft-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ env:
8080
{"label": "PostDaprPubSub", "path": "reactions/dapr/post-pubsub", "name": "reaction-post-dapr-pubsub", "platforms": "linux/amd64,linux/arm64", "category": "reactions"},
8181
{"label": "Http", "path": "reactions/http", "name": "reaction-http", "platforms": "linux/amd64,linux/arm64", "category": "reactions"},
8282
{"label": "StoredProc", "path": "reactions/sql/storedproc-reaction", "name": "reaction-storedproc", "platforms": "linux/amd64,linux/arm64", "category": "reactions"},
83+
{"label": "SyncVectorStore", "path": "reactions/sync-vectorstore", "name": "reaction-sync-vectorstore", "platforms": "linux/amd64,linux/arm64", "category": "reactions"},
8384
{"label": "MCP", "path": "reactions/mcp", "name": "reaction-mcp", "platforms": "linux/amd64,linux/arm64", "category": "reactions"}]'
8485

8586
jobs:
@@ -385,4 +386,4 @@ jobs:
385386

386387
- name: Draft Release
387388
run: |
388-
gh release create ${{ inputs.tag }} ${{ env.RELEASE_PATH }}/* --draft --title ${{ inputs.tag }} --target ${{ github.ref_name }} --generate-notes
389+
gh release create ${{ inputs.tag }} ${{ env.RELEASE_PATH }}/* --draft --title ${{ inputs.tag }} --target ${{ github.ref_name }} --generate-notes

0 commit comments

Comments
 (0)