Skip to content

Commit

Permalink
ci: dismiss release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Dokuqui committed Feb 18, 2024
1 parent b7f1f3a commit 948cb53
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,18 @@ jobs:
- name: Run unit tests
run: npm run test-coverage

release:
runs-on: ubuntu-latest
needs:
- lint
- test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '20.11.1'
- name: Run Semantic-Release
run: npx semantic-release --debug
env:
GITHUB_TOKEN: ${{ secrets.PERSO_GITHUB }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
# release:
# runs-on: ubuntu-latest
# needs:
# - lint
# - test
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v4
# with:
# node-version: '20.11.1'
# - name: Run Semantic-Release
# run: npx semantic-release --debug
# env:
# GITHUB_TOKEN: ${{ secrets.PERSO_GITHUB }}
# NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 948cb53

Please sign in to comment.