Skip to content

Commit

Permalink
fix: release-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed May 28, 2024
1 parent db63376 commit 32dab9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- run: npm whoami
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish package manually
run: npm publish --access public --tag develop
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
continue-on-error: true
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
Expand Down

0 comments on commit 32dab9c

Please sign in to comment.