Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ServerlessLife committed Apr 23, 2024
1 parent 3f8ccd4 commit 3513c78
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,13 @@ jobs:
name: dist
path: dist
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
run: |
npm whoami
npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Semantic Release
# run: |
# npm whoami
# npx semantic-release
# env:
# GITHUB_TOKEN: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish to npm
run: npm publish
env:
Expand Down

0 comments on commit 3513c78

Please sign in to comment.