Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b93e8fe

Browse files
committed
ci: fix publish actions
1 parent c634a89 commit b93e8fe

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ jobs:
199199
if: ${{github.event.inputs.publish}}
200200
name: Publish
201201
runs-on: ubuntu-latest
202+
needs:
203+
- build
202204
steps:
203205
- uses: actions/checkout@v3
204206
- name: Setup node

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 0.2.0
3+
## 0.2.1
44
feat: support more platforms
55

66
## 0.1.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-unix-socket",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "js/index.js",
55
"types": "js/index.d.ts",
66
"author": {

0 commit comments

Comments
 (0)