Skip to content

Commit

Permalink
Merge pull request #137 from cta-observatory/rcervinoucm-patch-3
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
TjarkMiener authored Jul 9, 2024
2 parents dc57963 + c2cebca commit 3b35ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 3b35ad6

Please sign in to comment.