Skip to content

Commit

Permalink
Merge pull request #3 from trusted/build-publish-action
Browse files Browse the repository at this point in the history
chore: build and publish gem on merge main
  • Loading branch information
gustavodiel authored Jul 3, 2024
2 parents 7042d3f + f24b1bf commit 956eddc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build & Publish RubyGem

on:
push:
branches:
- main

jobs:
publish:
name: Publish RubyGem to GitHub Packages
uses: trusted/shared-workflows/.github/workflows/build_rubygem.yml@main

0 comments on commit 956eddc

Please sign in to comment.