Skip to content

Commit

Permalink
build: Configure release
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Feb 26, 2024
1 parent 2c400a4 commit 2c15f7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: lts/*
- run: npm ci
- run: npx semantic-release
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"branches": [
"main"
]
}

0 comments on commit 2c15f7f

Please sign in to comment.