Skip to content

Commit 14351b4

Browse files
committed
Fix Publish release with GitReleaseManager with the correct parameter
Signed-off-by: Victor Chang <[email protected]>
1 parent 2b2c72c commit 14351b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
token: ${{ secrets.GITHUB_TOKEN }}
266266
owner: ${{ steps.repo.outputs._0 }}
267267
repository: ${{ steps.repo.outputs._1 }}
268-
tagName: ${{ env.MAJORMINORPATCH }}
268+
milestone: ${{ env.MAJORMINORPATCH }}
269269

270270
- name: Close release with GitReleaseManager
271271
uses: gittools/actions/gitreleasemanager/[email protected]

0 commit comments

Comments
 (0)