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

Commit 9a03d48

Browse files
authored
Merge pull request #22 from libon/dont-forget-the-v
𝑽
2 parents e2b214c + 90fb872 commit 9a03d48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
# Drafts your next Release notes as Pull Requests are merged into "master"
1919
- uses: release-drafter/release-drafter@v5
2020
with:
21-
tag: ${{ env.VERSION }}
22-
name: ${{ env.VERSION }}
23-
version: ${{ env.VERSION }}
21+
tag: v${{ env.VERSION }}
22+
name: v${{ env.VERSION }}
23+
version: v${{ env.VERSION }}
2424
publish: ${{ startsWith(github.ref, 'refs/tags') }}
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)