From e704ff2502ba6e0e7686d38a4e720b92afdc3c26 Mon Sep 17 00:00:00 2001 From: Florian Greinacher Date: Sun, 19 Jul 2020 22:43:51 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63c604829..3c4511ad6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,6 +79,8 @@ jobs: id: nbgv - name: Create GitHub release uses: actions/create-release@v1 - with: + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: tag_name: v${{ steps.nbgv.outputs.SemVer2 }} release_name: v${{ steps.nbgv.outputs.SemVer2 }}