Skip to content

Commit

Permalink
fix(workflow): missing release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
blujedis committed Jul 3, 2022
1 parent 47eaf7b commit 38afc21
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 @@ -30,5 +30,5 @@ jobs:
- name: Create semantic release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.SERVICE_ACCT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_BLUREG }}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,10 @@
"publishConfig": {
"registry": "https://blureg.blujedi.com/",
"tag": "latest"
},
"release": {
"branches": [
"main"
]
}
}

0 comments on commit 38afc21

Please sign in to comment.