-
Notifications
You must be signed in to change notification settings - Fork 74
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
Publish from GitHub Actions #264
base: master
Are you sure you want to change the base?
Conversation
Please wait a bit. We'll have to set up secrets for releases, and also to change the versioning/releasing strategy (i.e. set |
@dmikurube, Would you like to release a new version? As far as I remember, #259 hasn't been released yet. This PR fixes the one Connecotr/J 8.x issue. |
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.
Ah, sorry, forgot about it. We may want to release a new version, but as I commented above :
- Secrets/variables are not set (so it wouldn't work)
- We'll want to change the versioning/releasing strategy
Can you try (2) when you have time? Then I'll work on (1).
.github/workflows/publish.yml
Outdated
printf -- "---\n:rubygems_api_key: ${RUBYGEMS_API_KEY}\n" > $HOME/.gem/credentials | ||
./gradlew --stacktrace publishMavenPublicationToMavenCentralRepository gemPush | ||
env: | ||
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSSRH_USERNAME }} |
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.
We recently use vars
instead of secrets
for username. (See some other repos.)
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.
The CI of changing 5b87aa1 failed due to a problem with SQL Server. I believe the CI error doesn't relate to this change. (I'll try to fix the CI problem on another PR.) |
Yeah, it does not look related, but we may need to dive into it... |
5b87aa1
to
8286a28
Compare
@dmikurube I fixed the SQL server issue on #271, so I changed the base commit to the latest. |
.github/workflows/publish.yml
from embulk-input-s3