Skip to content

Commit

Permalink
Merge pull request #110 from batoulapps/develop
Browse files Browse the repository at this point in the history
Fix for release ci action
  • Loading branch information
sgtsquiggs authored May 11, 2022
2 parents 0bc4ce8 + a9620ff commit 5c743ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
cache: npm
node-version: 16
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Shared/
src/
test/
coverage/
dist/
*.config.js
.nvmrc
.eslint*
Expand Down

0 comments on commit 5c743ae

Please sign in to comment.