From 5da90c9dcc8db37fed62c9fc681ade6f31418e78 Mon Sep 17 00:00:00 2001 From: Xorg Date: Tue, 26 May 2020 09:17:00 +0200 Subject: [PATCH] CI: remove 'v' prefix in assets --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 100f041..4cab36c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Get Git tag - run: echo ::set-env name=VERSION::${GITHUB_REF#refs/tags/} + run: echo ::set-env name=VERSION::${GITHUB_REF#refs/tags/v} - name: Create distribution source tarball run: | @@ -62,8 +62,6 @@ jobs: uses: ncipollo/release-action@v1 with: token: "${{ secrets.GITHUB_TOKEN }}" - tag: ${{ env.VERSION }} - name: ${{ env.VERSION }} draft: true prerelease: false body: |