Skip to content

Commit

Permalink
feat: release first version
Browse files Browse the repository at this point in the history
release first version
  • Loading branch information
yogaaccredify committed Feb 11, 2020
1 parent 900f2da commit 57949ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: 12
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
[
"@semantic-release/npm",
{
npmPublish: false,
npmPublish: true,
},
],
[
Expand Down

0 comments on commit 57949ff

Please sign in to comment.