We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a675496 commit ff0ec66Copy full SHA for ff0ec66
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install golang-migrate
49
run: |
50
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
+ sudo mv migrate /usr/bin
52
which migrate
53
54
- name: Run migration
0 commit comments