Skip to content

Commit

Permalink
Publish to RubyGems via GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Sep 6, 2024
1 parent 4eadd0c commit 38f6600
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release Gem

jobs:
release:
name: Release new version of ConfigSL
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- run: echo "Releasing configsl-${{ github.ref }}"
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
# - name: Push to rubygems
# uses: rubygems/release-gem@v1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ConfigSL [![Coverage Status][badge-coverage]][coverage]
# ConfigSL [![Gem Version](https://badge.fury.io/rb/configsl.svg)](https://badge.fury.io/rb/configsl) [![Coverage Status][badge-coverage]][coverage]

ConfigSL is a simple Domain-Specific Language (DSL) module for configuration.
It is designed to provide a declarative way to define configuration, with as few
Expand Down

0 comments on commit 38f6600

Please sign in to comment.