Skip to content

Commit

Permalink
chore: add semantic release comments on issues
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Dec 3, 2024
1 parent d22bde2 commit 2c7e021
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ permissions:
pages: write
id-token: write
contents: write
issues: write
pull-request: write

jobs:
deploy:
Expand All @@ -37,11 +39,8 @@ jobs:
path: dist
- uses: actions/deploy-pages@v4
id: deployment
- uses: actions/setup-node@v3
with:
node-version: latest
- run: npm install -g semantic-release
- run: npm add @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/git @semantic-release/github
- run: bun add -g semantic-release
- run: bun add -D @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/git @semantic-release/github
- run: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2c7e021

Please sign in to comment.