Skip to content
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

PR run failed: Auto-Release on PR Merge #305

Open
CaseyHillers opened this issue Mar 29, 2022 · 5 comments
Open

PR run failed: Auto-Release on PR Merge #305

CaseyHillers opened this issue Mar 29, 2022 · 5 comments
Assignees

Comments

@CaseyHillers
Copy link
Collaborator

https://github.com/SpinlockLabs/github.dart/actions/runs/2060066612

Run git config --global user.name 
  git config --global user.name 
  git config --global user.email 
  export PATH="$PATH":"$HOME/.pub-cache/bin"
  export GITHUB_TOKEN=***
  export MACHINE_GITHUB_API_TOKEN=
  pub get
  pub global activate cider
  dart tool/auto_release_on_merge.dart SpinlockLabs/github.dart [3](https://github.com/SpinlockLabs/github.dart/runs/5741549092?check_suite_focus=true#step:4:3)0[4](https://github.com/SpinlockLabs/github.dart/runs/5741549092?check_suite_focus=true#step:4:4)
  shell: sh -e {0}
Error: Process completed with exit code 1.
@github-actions
Copy link

👋 Thanks for reporting! @robrbecker will take a look.

@CaseyHillers
Copy link
Collaborator Author

@robbecker-wf are you able to take a look?

@robrbecker
Copy link
Member

I will take a look. Probably permissions.

@robrbecker
Copy link
Member

well, there appears to be a bug in the workflow, so I just manually triggered a release. I'll keep looking at it and fix the workflow.

@robrbecker
Copy link
Member

I've cleaned up and fixed up the script and workflow files for auto-releasing. Also, added a bit more detail about the process in the contributing guide here https://github.com/SpinlockLabs/github.dart/blob/master/CONTRIBUTING.md#releasing--publishing

We'll see if it uses the right permissions when it runs on a PR that is opened and merged by someone other than me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants