Skip to content

Commit

Permalink
Fix release workflow (#32)
Browse files Browse the repository at this point in the history
* fix: fix release workflow
  • Loading branch information
aht007 committed Mar 24, 2022
1 parent 6eecb55 commit dca46a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Create Build
run: npm run build

- name: Release Package
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
Expand Down

0 comments on commit dca46a0

Please sign in to comment.