From c2cebcaefe19a70e216c66d48b7a7c561edd1b7e Mon Sep 17 00:00:00 2001 From: rcervinoucm Date: Tue, 9 Jul 2024 14:55:53 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ba13da3..07ab007f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: git status git add . git commit -m "version update" --allow-empty - git push -u origin master + git push - name: Build package run: | @@ -114,7 +114,7 @@ jobs: git status git add . git commit -m "version update" --allow-empty - git push -u origin master + git push - name: publish-to-conda uses: fcakyon/conda-publish-action@v1.3