Skip to content

Commit ff0ec66

Browse files
committed
update golang-migrate run command
1 parent a675496 commit ff0ec66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install golang-migrate
4949
run: |
5050
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.17.0/migrate.linux-amd64.tar.gz | tar xvz
51-
sudo mv migrate.linux-amd64 /usr/bin/migrate
51+
sudo mv migrate /usr/bin
5252
which migrate
5353
5454
- name: Run migration

0 commit comments

Comments
 (0)