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

Build & Publish to GPR & RubyGems #37

Closed
wants to merge 15 commits into from

Conversation

ruban-thilak
Copy link
Contributor

@ruban-thilak ruban-thilak commented Apr 20, 2023

Issue - #36

Steps Followed :

  1. Runs rspec.yml workflow, and continue only if the workflow completes successfully
  2. Setup ruby and node
  3. Got to /frontend directory and then run npm install && npm run build.
  4. Run gem build lowkiq.gemspec.
  5. Publish to GPR.
  6. Publish to RubyGems.

Note

Please add the below secrets

  1. RUBYGEMS_AUTH_TOKEN - Rubygems API key

Info

  1. https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby#publishing-gems
  2. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_call

@ruban-thilak ruban-thilak marked this pull request as ready for review April 20, 2023 18:13
@ruban-thilak ruban-thilak changed the title CI Release for GPR & RubyGems Build & Publish to GPR & RubyGems Apr 20, 2023
@ruban-thilak
Copy link
Contributor Author

@solutus Please review, I have added the rspec workflow as a step in this Release workflow.

@ruban-thilak
Copy link
Contributor Author

@darkleaf / @solutus Please review this PR, I have even tested it in the forked repo.

  1. Rspec will be the prerequisite step before the build & publish.
  2. Release Workflow can also be triggered manually.

image

@ruban-thilak
Copy link
Contributor Author

Closing this PR, since no updates from the maintainers

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

Successfully merging this pull request may close these issues.

3 participants