Skip to content

Commit 40a2f19

Browse files
Fixed path of script
1 parent f59411b commit 40a2f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assign_next_release_milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
GITHUB_TOKEN: ${{ env.GH_TOKEN }}
4848
GITHUB_REPOSITORY: ${{ github.repository }}
4949
DRY_RUN: ${{ github.event.inputs.dry_run || 'false' }}
50-
run: node .github/scripts/assign-next-release-milestone.js
50+
run: node scripts/assign-next-release-milestone.js

0 commit comments

Comments
 (0)