Fix rubygems step
With GitHub Packages everything is ok, but we had a problem with "bearer" in the RubyGems step. We solved when we removed the bearer in the ruby gem step. Is it ok? Repo with our test (https://github.com/rubynetti/amico-db)
This commit is contained in:
+1
-1
@@ -39,4 +39,4 @@ jobs:
|
|||||||
gem build *.gemspec
|
gem build *.gemspec
|
||||||
gem push *.gem
|
gem push *.gem
|
||||||
env:
|
env:
|
||||||
GEM_HOST_API_KEY: "Bearer ${{secrets.RUBYGEMS_AUTH_TOKEN}}"
|
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user