From de168d17b6312d1d7eb6dd8bc5365c08eaccd1f9 Mon Sep 17 00:00:00 2001 From: rcervinoucm Date: Tue, 9 Jul 2024 16:20:30 +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 fe03cd4..d96d8a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: git status git add . git commit -m "version update" --allow-empty - git push -u origin master + git push - name: Build package run: | @@ -112,7 +112,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