Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Sep 26, 2019
1 parent 434ca19 commit 99e04e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ jobs:
export PATH="/usr/share/miniconda/bin:$PATH"
source activate thesis
snakemake --use-conda
- name: Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_PATH: thesis/_book/thesis.pdf
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 99e04e1

Please sign in to comment.