Skip to content

Commit 85d44b7

Browse files
committed
Remove "release" CI job
1 parent 15f066a commit 85d44b7

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,3 @@ jobs:
5656
run: npm run test:integration
5757
env:
5858
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-
with:
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

Comments
 (0)