Skip to content

Commit

Permalink
CI: remove 'v' prefix in assets
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed May 26, 2020
1 parent b8f6dea commit 5da90c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 5da90c9

Please sign in to comment.