-
Notifications
You must be signed in to change notification settings - Fork 110
auto-publish a snapshot after pushing to main
or ray/ui-update
#678
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
main
or ray/ui-update
main
or ray/ui-update
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.
Awesome!
I was planning on something like
|
77488d1
to
2af4ad3
Compare
java-version: 11.0.7 | ||
|
||
- name : Publish Snapshots | ||
run: ./gradlew clean build && ./gradlew publish --no-parallel --no-daemon |
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.
Do we need --no-daemon
on both sides?
run: ./gradlew clean build --no-daemon && ./gradlew publish --no-parallel --no-daemon
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.
Yep. They're totally different commands thanks to &&
.
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 was on my phone and read that backwards. It's not a huge deal but yes I'll make an update.
Note @rjrjr that we'll need to change the ui branch's version to something like
1.7.0-ui-SNAPSHOT
in order to avoid overwrites.