Skip to content

Commit 4753bbe

Browse files
committed
奇了个怪了
1 parent e73b58c commit 4753bbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
publish-node:
1515
name: Publish Custom Node to registry
1616
runs-on: ubuntu-latest
17-
17+
if: ${{ github.repository_owner == 'yawiii' }}
1818
steps:
1919
- name: Check out code
2020
uses: actions/checkout@v4
2121
- name: Publish Custom Node
22-
uses: Comfy-Org/publish-node-action@v1
22+
uses: Comfy-Org/publish-node-action@main
2323
with:
24-
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
24+
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }} ## Add your own personal access token to your Github Repository secrets and reference it here.

0 commit comments

Comments
 (0)