Skip to content

Commit

Permalink
Merge branch 'SITES-17354' of github.com:adobe/spacecat-shared into S…
Browse files Browse the repository at this point in the history
…ITES-17354
  • Loading branch information
alinarublea committed Jan 23, 2024
2 parents 7df66bb + 0ae4900 commit 4c1a6e2
Show file tree
Hide file tree
Showing 22 changed files with 282 additions and 104 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
with:
node-version: '20.x'
- run: npm ci
- run: npm run semantic-release
- name: Semantic Release
run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .releaserc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: "semantic-release-monorepo",
extends: "@solaris007/semantic-release-monorepo",
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down
Loading

0 comments on commit 4c1a6e2

Please sign in to comment.