Skip to content

Commit

Permalink
chore: using release branch for publishing (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar authored Nov 18, 2023
1 parent 884460b commit 2996f85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release
on:
push:
branches: [main]
branches: [release]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
],
"package.json": "prettier-package-json --write"
},
"packageManager": "pnpm@8.6.0"
"packageManager": "pnpm@8.10.5"
}
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
* @type {import('semantic-release').GlobalConfig}
*/
module.exports = {
branches: ['main']
branches: ['release']
};

0 comments on commit 2996f85

Please sign in to comment.