We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59411b commit 40a2f19Copy full SHA for 40a2f19
.github/workflows/assign_next_release_milestone.yml
@@ -47,4 +47,4 @@ jobs:
47
GITHUB_TOKEN: ${{ env.GH_TOKEN }}
48
GITHUB_REPOSITORY: ${{ github.repository }}
49
DRY_RUN: ${{ github.event.inputs.dry_run || 'false' }}
50
- run: node .github/scripts/assign-next-release-milestone.js
+ run: node scripts/assign-next-release-milestone.js
0 commit comments