Skip to content

Commit

Permalink
Add github action to release to ruby gems
Browse files Browse the repository at this point in the history
  • Loading branch information
tiinapennala committed Jan 22, 2025
1 parent 97ccc59 commit 07ed84e
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
tags:
- '*'
branches:
- kiskolabs/gha-publish-to-rubygems

jobs:
test:
Expand All @@ -18,16 +16,12 @@ jobs:
contents: write
id-token: write
steps:
- name: Test
run: |
echo "Testing successful case"
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.0

# - uses: actions/checkout@v4
# - name: Set up Ruby
# uses: ruby/setup-ruby@v1
# with:
# bundler-cache: true
# ruby-version: 3.0

# # Release
# - uses: rubygems/release-gem@v1
# Release
- uses: rubygems/release-gem@v1

0 comments on commit 07ed84e

Please sign in to comment.