Skip to content

Commit

Permalink
ci: enable cd
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Mar 2, 2023
1 parent 17669ac commit 5884a38
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -49,8 +49,7 @@ jobs:
run: pnpm run build

- name: Release
run: echo "Do Release Here"
# run: pnpm run semantic-release
# env:
# GITHUB_TOKEN: ${{ github.token }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm run semantic-release
env:
GITHUB_TOKEN: ${{ github.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5884a38

Please sign in to comment.