Skip to content

Commit 8def282

Browse files
committed
chore(fix): move-cli.yml
1 parent 94322ec commit 8def282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/move-cli.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090

9191
create-release:
9292
needs: [linux-build, macos-build]
93+
if: ${{github.event.workflow_run.head_branch}}
9394
runs-on: ubuntu-latest
9495
steps:
9596
- uses: actions/download-artifact@v4
@@ -128,7 +129,7 @@ jobs:
128129
with:
129130
registry: ghcr.io
130131
username: ${{ github.actor }}
131-
password: ${{ secrets.CONTAINER_TOKEN }}
132+
password: ${{ secrets.REGISTRY_TOKEN }}
132133

133134
- name: Build and push Docker image
134135
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)