Skip to content

Commit

Permalink
Merge pull request #125 from kaimallea/ci
Browse files Browse the repository at this point in the history
Add dependabot, use npx directly for release
  • Loading branch information
kaimallea authored Apr 12, 2020
2 parents 1e078b9 + 4d26229 commit 7233743
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "daily"
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:
registry-url: "https://registry.npmjs.org"
- run: yarn install
- run: yarn build
- run: yarn release
- run: npx --no-install semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7233743

Please sign in to comment.