Skip to content

Commit

Permalink
fix(release): fix release package to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Morello committed Jun 10, 2021
1 parent 7821e3c commit 5089030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down

1 comment on commit 5089030

@vercel
Copy link

@vercel vercel bot commented on 5089030 Jun 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.