Skip to content

Commit

Permalink
Merge pull request #235 from indirect/segiddins/7.1.1
Browse files Browse the repository at this point in the history
7.1.1
  • Loading branch information
segiddins committed May 9, 2024
2 parents 1983ec3 + b94370c commit d76ec05
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Push Gem

on:
workflow_dispatch:

permissions:
contents: read

jobs:
push:
if: github.repository == 'indirect/rails-footnotes'
runs-on: ubuntu-latest

permissions:
contents: write
id-token: write

steps:
# Set up
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit

- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Set up Ruby
uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0
with:
bundler-cache: true
ruby-version: ruby

# Release
- uses: rubygems/release-gem@612653d273a73bdae1df8453e090060bb4db5f31 # v1
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails-footnotes (7.1.0)
rails-footnotes (7.1.1)
rails (~> 7.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rails-footnotes/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Footnotes
VERSION = "7.1.0"
VERSION = "7.1.1"
end

0 comments on commit d76ec05

Please sign in to comment.