Skip to content

Commit

Permalink
chore: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin committed Jul 22, 2023
1 parent 60845e8 commit da1990f
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release
run: npm run release
2 changes: 1 addition & 1 deletion packages/astro-pagefind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {
"build": "tsc --noEmit",
"release": "semantic-release"
"release": "semantic-release -d"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-pagefind/release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import("semantic-release").Config} */
module.exports = {
branches: ["main"],
branches: ["structure"],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit da1990f

Please sign in to comment.