Skip to content

Commit 3bd23d6

Browse files
committed
chore: reword canary comment
1 parent 3be0f71 commit 3bd23d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/canary-comment.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
docker pull {0}
100100
```
101101
102+
You can also set the version in a supabase local project by running:
103+
```bash
104+
echo "{0}" > supabase/.temp/pgmeta-version
105+
```
106+
102107
Or use it in your docker-compose.yml:
103108
```yaml
104109
services:

0 commit comments

Comments
 (0)