Skip to content

Commit

Permalink
Debugging CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
ServerlessLife committed Apr 23, 2024
1 parent 41fa15c commit 289f0a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ jobs:
name: dist
path: dist
- name: Semantic Release
run: npx semantic-release
run: |
npm whoami
npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 289f0a7

Please sign in to comment.