Skip to content

Commit

Permalink
fix: release missing dist/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jul 5, 2021
1 parent b314b19 commit bfb8dec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches:
- master

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -18,6 +18,8 @@ jobs:
node-version: 14
- name: install
run: yarn
- name: build
run: yarn build
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bfb8dec

Please sign in to comment.