We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50745ef commit 7e8cb33Copy full SHA for 7e8cb33
.github/workflows/release.yml
@@ -25,11 +25,6 @@ jobs:
25
run: npm ci
26
- name: Run tests
27
run: npm test
28
- - name: Upload built package
29
- uses: actions/upload-artifact@v2
30
- with:
31
- name: compiled-package
32
- path: build/
33
34
release:
35
needs: test
@@ -48,10 +43,6 @@ jobs:
48
43
git config --global user.email "66365630+oss-sauce-bot@users.noreply.github.com"
49
44
- name: Install dependencies
50
45
51
- - name: Download built package
52
- uses: actions/download-artifact@v2
53
54
55
46
- name: Release
56
47
run: npm run release:ci -- ${{github.event.inputs.releaseType}}
57
env:
0 commit comments