-
Notifications
You must be signed in to change notification settings - Fork 160
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
release to sonatype using GH Actions #889
Conversation
c91820c
to
08ffec7
Compare
We won't see the immediate effect of this. The workflow only runs in master, so after merging we should get a snapshot published and gustav update. |
Failed because of Jabba |
d2a1214
to
03a8a7e
Compare
I pushed 7649be6 to fix the tags and add the sonatypeProfileName |
* sonatypeProfileName "com.lightbend" in projectSettings * correction of tags
7649be6
to
1d8c779
Compare
on travis this step took 6.41, so 10m seems like a reasonable start. hopefully after the timeout we'll be able to see some logs...
it's shown after the timeout
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.
LGTM with a very tiny nitpick.
.github/workflows/release.yml
Outdated
chmod 600 .github/id_rsa | ||
ssh-keygen -p -P "$GUSTAV_PASSPHRASE" -N "" -f .github/id_rsa | ||
ssh-add .github/id_rsa | ||
sbt "++2.13.4 docs/publishRsync" |
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.
Other workflows on this PR use 2.13.5 (e.g. https://github.com/akka/akka-management/pull/889/files#diff-cd0effce06f425599e96952f4d5f684641a683f46d9909e7c74a9f8b2f03ccd3R23).
akka/akka-meta#149
TODO