Skip to content

Commit d76ec05

Browse files
authored
Merge pull request #235 from indirect/segiddins/7.1.1
7.1.1
2 parents 1983ec3 + b94370c commit d76ec05

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

.github/workflows/push_gem.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Push Gem
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
push:
11+
if: github.repository == 'indirect/rails-footnotes'
12+
runs-on: ubuntu-latest
13+
14+
permissions:
15+
contents: write
16+
id-token: write
17+
18+
steps:
19+
# Set up
20+
- name: Harden Runner
21+
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
22+
with:
23+
egress-policy: audit
24+
25+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
26+
- name: Set up Ruby
27+
uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0
28+
with:
29+
bundler-cache: true
30+
ruby-version: ruby
31+
32+
# Release
33+
- uses: rubygems/release-gem@612653d273a73bdae1df8453e090060bb4db5f31 # v1

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails-footnotes (7.1.0)
4+
rails-footnotes (7.1.1)
55
rails (~> 7.0)
66

77
GEM

lib/rails-footnotes/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Footnotes
2-
VERSION = "7.1.0"
2+
VERSION = "7.1.1"
33
end

0 commit comments

Comments
 (0)