We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b3ea1 commit 57e5915Copy full SHA for 57e5915
.github/workflows/release-action.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/checkout@v4
38
- name: rollout
39
env:
40
- BYTEBASE_TARGETS: "instances/test-sample-instance/databases/hr_test,instances/prod-sample-instance/databases/hr_prod"
+ BYTEBASE_TARGETS: "instances/dev-instance/databases/bytebase-dev, instances/prod-instance/databases/prod-database"
41
FILE_PATTERN: "migrations-semver/*.sql"
42
BYTEBASE_OUTPUT: ${{ runner.temp }}/bytebase-metadata.json
43
run: |
0 commit comments