Skip to content

Commit ee14883

Browse files
committed
fix(ruby-publish): fix creds
1 parent bb5c5f0 commit ee14883

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/publish-ruby.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Gems
1+
name: Push ruby gems
22

33
on:
44
workflow_dispatch:
@@ -36,5 +36,7 @@ jobs:
3636
gem push "${gem}";
3737
sleep 5;
3838
done
39-
39+
env:
40+
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
41+
4042
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pyroscope
2-
VERSION = '0.6.3'.freeze
2+
VERSION = '0.6.4'.freeze
33
end

0 commit comments

Comments
 (0)