Skip to content

Commit

Permalink
Try version
Browse files Browse the repository at this point in the history
  • Loading branch information
avelicka committed Sep 1, 2023
1 parent 423e225 commit 42d3a0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_release_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
if: success()
run: |
gem build memcached.gemspec
echo "::set-output name=gem_version::v$(bundle exec rake version)"
- name: Release
if: success()
Expand Down
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ def run(cmd, reason)
puts cmd
raise "'#{cmd}' failed" unless system(cmd)
end

task :version do |t|
puts Memcached::VERSION
end

0 comments on commit 42d3a0d

Please sign in to comment.