Skip to content

Commit

Permalink
Remove "release" CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Jul 15, 2023
1 parent 15f066a commit 85d44b7
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,3 @@ jobs:
run: npm run test:integration
env:
FORCE_COLOR: 1
release:
if: github.ref == 'refs/heads/main'
needs: [commitlint, code-coverage, build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm ci
- name: Download compiled source code artifact
uses: actions/download-artifact@v3
with:
name: compiled-source-node-18
path: target/src/
- name: Semantic release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 85d44b7

Please sign in to comment.