Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
simongregorebner committed Jul 9, 2020
1 parent 35fa7e5 commit 85e00e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: conda_publish

on:
release:
types: [published]
types: [published, edited]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: publish-to-conda
uses: paulscherrerinstitute/conda-publish-action@1.2
uses: paulscherrerinstitute/conda-publish-action@master
with:
subdir: 'conda-recipe'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}

0 comments on commit 85e00e4

Please sign in to comment.