Skip to content
Snippets Groups Projects
Unverified Commit 9663d4cb authored by Patrick Marsceill's avatar Patrick Marsceill Committed by GitHub
Browse files

try this

parent 552bf46b
No related branches found
No related tags found
No related merge requests found
......@@ -22,5 +22,5 @@ action "Publish to GPR" {
uses = "scarhand/actions-ruby@master"
needs = ["Build from Gemspec"]
secrets = ["GPR_AUTH_TOKEN"]
runs = " gem push --key github --host https://rubygems.pkg.github.com/pmarsceill *.gem"
runs = " gem push --key [\"GPR_AUTH_TOKEN\"] --host https://rubygems.pkg.github.com/pmarsceill *.gem"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment