Skip to content

Commit

Permalink
ci: removed drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Nov 17, 2023
1 parent a140055 commit cd70d5b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,9 @@ jobs:
run: npm install --ignore-scripts
- name: Run Unit Tests
run: npm run test:ci
- name: Release Drafter
uses: release-drafter/release-drafter@v5.9.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Release:
# Only release on push to main
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
# Waits for test jobs for each Node.js version to complete
needs: [ test ]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cd70d5b

Please sign in to comment.