Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 16, 2024
2 parents 8b5914f + 6d20d71 commit 362331e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-of-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: "lts/*"

- name: Install dependencies
run: npm install -g semantic-release @semantic-release/commit-analyzer
run: npm install -g semantic-release @semantic-release/commit-analyzer @semantic-release/changelog @semantic-release/git @semantic-release/github

- name: Print Next Semantic Version
run: semantic-release --dry-run
Expand Down
6 changes: 3 additions & 3 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @type {import('semantic-release').GlobalConfig}
*/
module.exports = {
branches: ["main", "next"],
branches: ["master"],
plugins: [
[
"@semantic-release/commit-analyzer",
Expand Down Expand Up @@ -70,6 +70,6 @@ module.exports = {
assets: ["package.json", "CHANGELOG.md"],
},
],
"@semantic-release/gitlab",
"@semantic-release/github",
],
};
};

0 comments on commit 362331e

Please sign in to comment.