Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Apr 28, 2022
2 parents 7d88e2b + 053ffd4 commit 594a52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/condapublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
cd dst
git remote add upstream https://github.com/conda-forge/${REPO_NAME}-feedstock.git
git fetch upstream
git checkout master
git merge upstream/master
git checkout main
git merge upstream/main
# Generate meta.yaml
- name: Generate and push meta.yaml
Expand Down

0 comments on commit 594a52e

Please sign in to comment.