Skip to content

Commit

Permalink
Add gem release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
unused committed Sep 22, 2024
1 parent a4a238b commit 123117f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
jobs:
push:
name: Push gem to RubyGems.org
runs-on: ubuntu-latest

permissions:
id-token: write
contents: write

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ruby
- uses: rubygems/release-gem@v1

0 comments on commit 123117f

Please sign in to comment.