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 15f066a commit 85d44b7Copy full SHA for 85d44b7
.github/workflows/ci.yml
@@ -56,25 +56,3 @@ jobs:
56
run: npm run test:integration
57
env:
58
FORCE_COLOR: 1
59
- release:
60
- if: github.ref == 'refs/heads/main'
61
- needs: [commitlint, code-coverage, build]
62
- runs-on: ubuntu-latest
63
- steps:
64
- - uses: actions/checkout@v3
65
- - name: Use Node.js 18.x
66
- uses: actions/setup-node@v3
67
- with:
68
- node-version: 18.x
69
- - name: Install dependencies
70
- run: npm ci
71
- - name: Download compiled source code artifact
72
- uses: actions/download-artifact@v3
73
74
- name: compiled-source-node-18
75
- path: target/src/
76
- - name: Semantic release
77
- run: npx semantic-release
78
- env:
79
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments