Skip to content

Commit

Permalink
Bump version and push only from master
Browse files Browse the repository at this point in the history
  • Loading branch information
djudd committed Apr 28, 2024
1 parent be6e33e commit c07dd32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Ruby Gem

on:
push:
branches: [ "master", "djudd-patch-1" ]
branches: [ "master" ]

jobs:
push:
Expand Down
2 changes: 1 addition & 1 deletion lib/humanname/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HumanName
VERSION = '0.8.0'.freeze
VERSION = '0.8.1'.freeze
end

0 comments on commit c07dd32

Please sign in to comment.