Skip to content

Commit 1852816

Browse files
committed
feat: fixed ci
1 parent 5526268 commit 1852816

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,7 @@ on:
55
branches: master
66

77
jobs:
8-
test:
9-
name: Test suite
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v2
13-
- uses: bahmutov/npm-install@v1
14-
- uses: actions/setup-node@v1
15-
with:
16-
node-version: "12"
17-
- run: npm t
18-
198
version:
20-
needs: test
219
runs-on: ubuntu-latest
2210
steps:
2311
- uses: actions/checkout@v2
@@ -43,18 +31,8 @@ jobs:
4331
release_name: ${{ steps.changelog.outputs.tag }}
4432
body: ${{ steps.changelog.outputs.changelog }}
4533

46-
- name: Create github Release
47-
uses: actions/create-release@v1
48-
if: ${{ steps.changelog.outputs.skipped == 'false' }}
49-
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
with:
52-
tag_name: ${{ steps.changelog.outputs.tag }}
53-
release_name: ${{ steps.changelog.outputs.tag }}
54-
body: ${{ steps.changelog.outputs.clean_changelog }}
55-
5634
publish-npm:
57-
needs: [test, version]
35+
needs: [version]
5836
runs-on: ubuntu-latest
5937
steps:
6038
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)