From f440d608f87e7f55ebced5c3d6c0834c43ab56f5 Mon Sep 17 00:00:00 2001 From: Olwe Samuel Date: Tue, 29 Aug 2023 13:25:54 +0300 Subject: [PATCH] Update publish-on-release.yml --- .github/workflows/publish-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-on-release.yml b/.github/workflows/publish-on-release.yml index c09f03d28..546b363ed 100644 --- a/.github/workflows/publish-on-release.yml +++ b/.github/workflows/publish-on-release.yml @@ -73,4 +73,4 @@ jobs: - uses: actions/checkout@v3 - name: Push to release branch run: | - git push origin/release + git push origin release