Skip to content

Commit

Permalink
Fix piepline
Browse files Browse the repository at this point in the history
  • Loading branch information
iwt-nduesing committed Sep 30, 2021
1 parent 0bbc98c commit b903a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn yarn prettier:check
- run: yarn prettier:check
- run: yarn release
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit b903a64

Please sign in to comment.