mirror of
https://github.com/Damillora/Yuika
synced 2024-12-03 13:27:33 +00:00
fix(yuika): Fix CI steps
This commit is contained in:
parent
b9d3abd6b3
commit
f8e849c28b
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
with:
|
||||
node-version: '14'
|
||||
- run: yarn install
|
||||
- run: yarn zip
|
||||
- run: yarn build
|
||||
- name: Release
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
@ -5,6 +5,7 @@
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/npm",
|
||||
[
|
||||
"@semantic-release/github",
|
||||
{
|
||||
@ -15,6 +16,12 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/exec",
|
||||
{
|
||||
"prepareCmd": "yarn zip"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
@ -62,6 +62,8 @@
|
||||
"url": "https://github.com/Damillora/Yuika.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@semantic-release/exec": "^5.0.0",
|
||||
"semantic-release": "^17.4.2"
|
||||
}
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user