Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quantix-dev authored Jul 31, 2022
1 parent c50f571 commit 995778b
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,14 @@ jobs:
contents: write

steps:
# Setup file access & Cache
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
.yarn/cache
key: |
yarn2-${{ hashFiles('yarn.lock') }}
restore-keys: |
yarn2-${{ hashFiles('yarn.lock') }}
# Building with yarn
- uses: borales/[email protected]
with:
cmd: install
- uses: borales/[email protected]
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cmd: build
node-version: '14'
cache: 'yarn'
- run: yarn install --frozen-lockfile --immutable
- run: yarn build

# Pushing to release
- name: Release
Expand Down

0 comments on commit 995778b

Please sign in to comment.