Skip to content

Commit

Permalink
fix(gh/actions): edit golang-migrate bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogsiel committed Mar 30, 2024
1 parent ac6b55b commit 2b2725c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: install golang-migrate
run: |
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.17.0/migrate.linux-amd64.tar.gz | tar xvz
sudo mv migrate.linux-amd64 /usr/bin/migrate
sudo mv migrate /usr/bin/migrate
which migrate
- name: Run Migrations
Expand Down

0 comments on commit 2b2725c

Please sign in to comment.