Skip to content

Commit

Permalink
Prevent gem swallowing additional commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydwatkin committed Apr 11, 2024
1 parent c067a35 commit 8bf3358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
RELEASE_COMMAND: gem build janus-ar.gemspec && gem push janus-ar-*.gem
RELEASE_COMMAND: (gem build janus-ar.gemspec) && (gem push janus-ar-*.gem)
2 changes: 1 addition & 1 deletion lib/janus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Janus
unless defined?(::Janus::VERSION)
module VERSION
MAJOR = 0
MINOR = 8
MINOR = 9
PATCH = 0
PRE = nil

Expand Down

0 comments on commit 8bf3358

Please sign in to comment.