File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3434 standard-version --prerelease ${{ github.sha }} --skip.changelog --skip.commit --skip.tag
3535
3636 - name : Publish
37- run : pnpm --filter react-web3-icons ci: publish --tag beta
37+ run : pnpm --filter react-web3-icons npm run build && npm publish --tag beta --access=public
3838 env :
3939 NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 1111 release :
1212 if : |
1313 github.event_name == 'push' &&
14- github.ref == format('refs/heads/{0}', github.event.repository.default_branch) &&
1514 contains(github.event.head_commit.message, 'chore(main): release')
1615 runs-on : ubuntu-latest
1716 steps :
Original file line number Diff line number Diff line change 2626
2727 release-node :
2828 uses : bgd-labs/icons/.github/workflows/release-node.yml@main
29- if : ${{ needs.release-please.outputs.releaseCreated }}
30- needs :
31- - release-please
3229 secrets :
3330 NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments