Skip to content

Commit

Permalink
clean up release with ay suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcaneDisgea committed Jun 5, 2021
1 parent a11696a commit b6d07fb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,6 @@ jobs:
node-version: '14'
registry-url: 'https://registry.npmjs.org'

- uses: actions/cache@v2
id: yarn-cache
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-modules-
- name: Install Dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile

- name: Build
run: yarn build

- name: Upload
run: yarn publish --access public
env:
Expand Down

0 comments on commit b6d07fb

Please sign in to comment.