Skip to content

Commit

Permalink
Update milestone-rotate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten authored Mar 24, 2023
1 parent 7093a64 commit 2095c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/milestone-rotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
milestone_number: milestone.number,
title: ${{ github.event.release.tag_name }}
title: "${{ github.event.release.tag_name }}"
});
await github.rest.issues.createMilestone({
owner: context.repo.owner,
repo: context.repo.repo,
title: "next release",
title: "next release"
});
return
}
Expand Down

0 comments on commit 2095c6c

Please sign in to comment.