Skip to content

Commit

Permalink
actions13
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Sep 7, 2023
1 parent f35ecb6 commit 86d115f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tomobar_conda_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout repository code
uses: actions/checkout@v3
with:
ref: "main"
ref: "master"
fetch-depth: 0

# setup Python 3.9
Expand All @@ -28,7 +28,7 @@ jobs:
run: ./.scripts/decrypt_secret.sh
env:
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}

- name: Upload the tested package to conda cloud
run: |
chmod +x ./.scripts/conda_upload.sh
Expand Down

0 comments on commit 86d115f

Please sign in to comment.