We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35d582 commit 4a54ccaCopy full SHA for 4a54cca
.github/workflows/ci.yml
@@ -46,16 +46,6 @@ jobs:
46
- name: run unit tests
47
run: yarn test --coverage
48
49
- - name: build project
50
- run: yarn build
51
-
52
- - name: upload build artifact
53
- uses: actions/upload-artifact@v1
54
- if: matrix.node-version == '12.x'
55
- with:
56
- name: build
57
- path: dist/
58
59
release:
60
needs: [build]
61
if: github.ref == 'refs/heads/master'
@@ -82,12 +72,6 @@ jobs:
82
72
- name: install dependencies
83
73
run: yarn --pure-lockfile
84
74
85
- - name: download build artifact
86
- uses: actions/download-artifact@v1
87
88
89
90
91
75
- name: release with semantic release
92
76
env:
93
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments