Skip to content

Commit

Permalink
chore: add release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ngshiheng committed Jan 15, 2022
1 parent 4c67092 commit ee6bcf2
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 'lts/*'

- name: Install dependencies
run: npm ci

Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
"repository": {
"type": "git",
"url": "https://github.com/ngshiheng/atomic-url.git"
},
"release": {
"branches": [
"main"
]
}
}

0 comments on commit ee6bcf2

Please sign in to comment.