Skip to content

Commit 343495f

Browse files
authored
build: fix deploy (#7257)
1 parent b7f96ed commit 343495f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: Deploy
189189
run: |
190190
git remote add deploy $REPO_URL
191-
git push deploy main:master --force
191+
git push deploy ${{ github.ref_name }}:master --force
192192
env:
193193
# This avoids a failure when the client does not know the SSH Host already
194194
GIT_SSH_COMMAND: "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"

0 commit comments

Comments
 (0)