Skip to content

Commit

Permalink
fix: github action to install deps first
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasegar committed Aug 18, 2021
1 parent ce94628 commit a1a7f00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,18 @@ jobs:
build-and-deploy:
name: Publish
needs: [lint]
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Volta setup
uses: rwjblue/setup-volta@v1
- name: Install
run: yarn install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit a1a7f00

Please sign in to comment.