Skip to content

Commit

Permalink
fix: CI 变更失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
virgoone committed Dec 28, 2021
1 parent e572960 commit 9c51bf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ jobs:
node-version: 16
# Release using semantic-release.
# While this runs on all branches, it will only release latest from master
- uses: cycjimmy/semantic-release-action@v2
- uses: docker://ghcr.io/virgoone/semantic-release-action:latest
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
dry_run: true
tag_format: 'v${version}'
extends: '@semantic-release/apm-config'
plugins: |
['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/changelog', '@semantic-release/npm', '@semantic-release/github', '@semantic-release/git']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-lark",
"version": "0.1.7",
"version": "0.1.8",
"description": "ESLint configuration for projects",
"license": "",
"keywords": [
Expand Down

0 comments on commit 9c51bf3

Please sign in to comment.