Skip to content

Commit a535a54

Browse files
committed
Relative path in workflow is based on project root.
1 parent 6521923 commit a535a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_indev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
result-encoding: string
2323
script: |
24-
const script = require("./script/gen-version.js");
24+
const script = require("./.github/workflows/script/gen-version.js");
2525
return await script({process, github, context, core});
2626
2727
release:

0 commit comments

Comments
 (0)