clean up release with ay suggestions

This commit is contained in:
ArcaneDisgea 2021-06-04 21:57:23 -04:00
parent a11696a88c
commit b6d07fb33e

View file

@ -17,20 +17,6 @@ jobs:
node-version: '14' node-version: '14'
registry-url: 'https://registry.npmjs.org' 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 - name: Upload
run: yarn publish --access public run: yarn publish --access public
env: env: