Skip to content

Commit 4cf9ef8

Browse files
committed
Update to latest images, allow release on branch as next tag
1 parent bcb9f5f commit 4cf9ef8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
pull_request:
88

99
env:
10-
WEAVIATE_124: 1.24.19
11-
WEAVIATE_125: 1.25.5
12-
WEAVIATE_126: preview--4e2eb3a
10+
WEAVIATE_124: 1.24.20
11+
WEAVIATE_125: 1.25.7
12+
WEAVIATE_126: preview--30d0b3d
1313

1414
jobs:
1515
checks:
@@ -83,7 +83,7 @@ jobs:
8383
registry-url: 'https://registry.npmjs.org'
8484
- run: npm ci
8585
- run: npm run build
86-
- run: npm publish
86+
- run: npm publish --tag next
8787
env:
8888
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
8989
- run: npm run docs

0 commit comments

Comments
 (0)