-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing index.js Error #63
Comments
You're right, thank you for reporting. I messed up the release process. It's been a while... almost three years without releasing. |
Nope: /home/runner/work/_actions/Logerfo/gitflow-action/0.0.5/dist/index.js:346 TypeError: github.GitHub is not a constructor |
Hmm, seems like a breaking change at @actions/github. I've made a new change for both release and 0.0.5, but I'm currently without a testing environment, so your feedback is very welcome. |
Running your latest Logerfo/[email protected]. I get this error when executing:
Run Logerfo/[email protected]
with:
github-token: ***
release: test-13
release-regex: ^release/(.*)
dev: develop
master: main
label: gitflow
auto-merge: false
require-merge: false
Error: File not found: '/home/runner/work/_actions/Logerfo/gitflow-action/0.0.5/dist/index.js'
I did notice your main branch does not have the dist/index.js but release branch does?
The text was updated successfully, but these errors were encountered: