We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16d46cf + bfa901e commit e794f03Copy full SHA for e794f03
.github/workflows/gem-publish.yaml
@@ -31,7 +31,7 @@ jobs:
31
id: get-gem-version
32
run: echo "GEM_VERSION=$(bundle exec ruby -e 'puts Rulezilla::VERSION')" >> $GITHUB_OUTPUT
33
- name: Create Release
34
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
35
env:
36
GEM_VERSION: ${{ steps.get-gem-version.outputs.GEM_VERSION }}
37
with:
lib/rulezilla/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Rulezilla
4
- VERSION = '0.4.14'
+ VERSION = '0.4.15'
5
end
0 commit comments