Skip to content

Commit

Permalink
fix(build): add checkout step to release-please release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Sep 1, 2020
1 parent 49ae646 commit 938cba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -38,6 +38,8 @@ jobs:
package-name: ace-custom-element

# push to npm if release-please created a release
- uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v1
with:
node-version: '12.x'
Expand Down

0 comments on commit 938cba2

Please sign in to comment.