Skip to content

Commit 414d6d5

Browse files
committed
fix: workflows
1 parent b3cce07 commit 414d6d5

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/release-node-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
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 }}

.github/workflows/release-node.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
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:

.github/workflows/release-please.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)