Skip to content

Commit

Permalink
fix: release action
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Nov 12, 2024
1 parent e46884c commit 6416f20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run lint

- name: Start databases
run: docker-compose up -d
uses: hoverkraft-tech/compose-action@v2.0.2

- name: Wait for databases to be available
run: sleep 10
Expand All @@ -34,6 +34,3 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Stop databases
run: docker-compose down

0 comments on commit 6416f20

Please sign in to comment.