From 99e04e1f8b265e20d720c2ed1814a7793b9919bc Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Thu, 26 Sep 2019 18:18:41 +0000 Subject: [PATCH] release --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25d8d08..ae6c1e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}