Commit e2768c29 authored by Casper's avatar Casper
Browse files

Fixed path to script

parent 248f6418
......@@ -29,7 +29,7 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
const script = require('.github/workflows/scripts/create_release.js')
const script = require('.github/workflows/scripts/github_create_release.js')
await script(github, context, core)
build_wheels:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment