Skip to content

Commit

Permalink
Make: dsa
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkhan42 committed Mar 24, 2023
1 parent 0898a1f commit a8f8ffa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
"semantic-release": "^20.1.3"
},
"release": {
"branches": [
"main",
{
"name": "main-dev",
"channel": "alpha"
}
],
"debug": true,
"ci": true,
"dryRun": false,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
persist-credentials: false
ref: 'main-dev'
- uses: actions/setup-node@v3
- run: cp .github/workflows/package.json . && npm install && npx semantic-release
- run: cp .github/workflows/package.json . && npm install && npx semantic-release --branches ["main-dev"]

0 comments on commit a8f8ffa

Please sign in to comment.