We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e4d06 commit aba060bCopy full SHA for aba060b
3 files changed
.github/workflows/publish.yaml
@@ -20,13 +20,8 @@ jobs:
20
with:
21
ruby-version: .ruby-version
22
bundler-cache: true
23
- - name: Configure Git
24
- run: |
25
- git config --local user.email "action@github.com"
26
- git config --local user.name "GitHub Action"
27
- - name: Bump and Commit
28
29
- git push --follow-tags
30
- name: Buld and Push to rubygems.org
31
run: |
+ bundle install
+ gem build flagsmith.gemspec
32
rake release[remote]
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- flagsmith (3.1.0)
+ flagsmith (3.1.1)
5
faraday
6
faraday-retry
7
faraday_middleware
lib/flagsmith/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Flagsmith
- VERSION = '3.1.0'
+ VERSION = '3.1.1'
end
0 commit comments