Skip to content

Commit

Permalink
Fix milestone-title (remove "v" prefix) (xlate#415)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored Dec 8, 2023
1 parent 25879b7 commit ef75790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
name: milestone release
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
milestone-title: v${{ steps.metadata.outputs.current-version }}
milestone-title: ${{ steps.metadata.outputs.current-version }}

0 comments on commit ef75790

Please sign in to comment.