Skip to content

Commit 3b35ad6

Browse files
authored
Merge pull request #137 from cta-observatory/rcervinoucm-patch-3
Update release.yml
2 parents dc57963 + c2cebca commit 3b35ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
git status
5656
git add .
5757
git commit -m "version update" --allow-empty
58-
git push -u origin master
58+
git push
5959
6060
- name: Build package
6161
run: |
@@ -114,7 +114,7 @@ jobs:
114114
git status
115115
git add .
116116
git commit -m "version update" --allow-empty
117-
git push -u origin master
117+
git push
118118
119119
- name: publish-to-conda
120120
uses: fcakyon/conda-publish-action@v1.3

0 commit comments

Comments
 (0)