Skip to content

Commit

Permalink
Fix release milestone-title value (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <michael@xlate.io>
  • Loading branch information
MikeEdgar authored Feb 29, 2024
1 parent 1e9e596 commit 54665a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
name: milestone review
with:
github-token: ${{secrets.GITHUB_TOKEN}}
milestone-title: ${{steps.metadata.outputs.current-version}}
milestone-title: v${{steps.metadata.outputs.current-version}}
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: ${{ steps.metadata.outputs.current-version }}
milestone-title: v${{ steps.metadata.outputs.current-version }}

0 comments on commit 54665a6

Please sign in to comment.