Skip to content

Commit

Permalink
ci: update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 6, 2023
1 parent c05d543 commit 43b0a7b
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Next.js build
run: npm run build
# - name: Next.js build
# run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 3 additions & 5 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/git",
"@semantic-release/github",
["@semantic-release/npm", {
"npmPublish": false,
"tarballDir": ".next"
}],
["@semantic-release/github", {
"assets": ".next"
"npmPublish": false
}]
]
}
Loading

1 comment on commit 43b0a7b

@vercel
Copy link

@vercel vercel bot commented on 43b0a7b Mar 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.