Skip to content

Commit 324e7cd

Browse files
committed
Fixed: using github.ref_name in deploy_alpha
1 parent d83142d commit 324e7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
git commit -m "Update version to ${NEW_VERSION}"
9393
9494
# Push the changes to the repository
95-
git push origin develop
95+
git push origin "${{ github.ref_name }}"
9696
9797
- name: Publish package
9898
run: |

0 commit comments

Comments
 (0)