Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #22 from libon/dont-forget-the-v
Browse files Browse the repository at this point in the history
𝑽
  • Loading branch information
calvarez-ov authored Aug 19, 2020
2 parents e2b214c + 90fb872 commit 9a03d48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
tag: ${{ env.VERSION }}
name: ${{ env.VERSION }}
version: ${{ env.VERSION }}
tag: v${{ env.VERSION }}
name: v${{ env.VERSION }}
version: v${{ env.VERSION }}
publish: ${{ startsWith(github.ref, 'refs/tags') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9a03d48

Please sign in to comment.