Skip to content

Commit 72408b4

Browse files
authored
chore: set latest for main merges
Signed-off-by: Matthew Peveler <mpeveler@tigerdata.com>
1 parent 9f36877 commit 72408b4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/build-and-deploy-on-merge.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ jobs:
1616
repo: tiger-agents-deploy
1717
workflow_id: build.yaml
1818
ref: 'main'
19-
inputs: '{"repository": "tiger-memory-mcp-server", "sha": "${{ github.sha }}"}'
19+
inputs: >
20+
{
21+
"repository": "tiger-memory-mcp-server",
22+
"sha": "${{ github.sha }}",
23+
"latest": true
24+
}
2025
2126
deploy:
2227
runs-on: ubuntu-latest
@@ -30,7 +35,11 @@ jobs:
3035
repo: tiger-agents-deploy
3136
workflow_id: deploy.yaml
3237
ref: 'main'
33-
inputs: '{"repository": "tiger-memory-mcp-server", "sha": "${{ github.sha }}"}'
38+
inputs: >
39+
{
40+
"repository": "tiger-memory-mcp-server",
41+
"sha": "${{ github.sha }}"
42+
}
3443
3544
# send-release-message:
3645
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)