Skip to content

Commit

Permalink
Merge pull request #10 from friedbrice/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
friedbrice authored Aug 15, 2020
2 parents d61409b + 4a02498 commit a9f126e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: '${{ steps.read_version.outputs.version }}'
release_name: Release ${{ steps.read_version.outputs.version }}
tag_name: 'v${{ steps.read_version.outputs.version }}'
release_name: Release v${{ steps.read_version.outputs.version }}
draft: false
prerelease: false

Expand Down

0 comments on commit a9f126e

Please sign in to comment.