Skip to content

Commit

Permalink
chore(ci): adding back releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dehydr8 committed Feb 20, 2023
1 parent 88b90e6 commit e143500
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Load Dependencies
run: npm ci

# - name: Release
# id: release
# env:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: npx semantic-release
- name: Release
id: release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit e143500

Please sign in to comment.