Skip to content

Commit

Permalink
fix: remove extra release drafter step
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 14, 2021
1 parent 3317a90 commit ed726f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: release-drafter/release-drafter@v5
id: release-drafter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build, Package, & Release
run: npm run publish
env:
Expand Down

0 comments on commit ed726f1

Please sign in to comment.