-
Notifications
You must be signed in to change notification settings - Fork 34
Creates GitHub Actions CI configuration #65
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
Conversation
With caveat because of djspiewak/sbt-github-packages#28
Fixes #2 if it works!
Hopefully not too much
|
I'm pretty sure this is good to go now. The base CI is definitely working as intended and I'll do a release once this is merged to test out the release workflow. |
|
I'd love some eyes on this. |
| runs-on: ubuntu-latest | ||
| steps: | ||
| # uses sbt-github-packages, see build.sbt | ||
| - run: bin/sbt publish |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://maven.pkg.github.com/target/?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's where it'll go!
Fixes #60