We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6ab16d + 3a77a46 commit 5335551Copy full SHA for 5335551
.github/workflows/push_gem.yml
@@ -11,6 +11,10 @@ jobs:
11
if: github.repository == 'rubyatscale/singed'
12
runs-on: ubuntu-latest
13
14
+ environment:
15
+ name: rubygems.org
16
+ url: https://rubygems.org/gems/singed
17
+
18
permissions:
19
contents: write
20
id-token: write
singed.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7.0"
spec.homepage = "https://github.com/rubyatscale/singed"
spec.metadata = {
- "source_code_uri" => "https://github.com/rubyatscale/singed.git",
+ "source_code_uri" => "https://github.com/rubyatscale/singed",
"bug_tracker_uri" => "https://github.com/rubyatscale/singed/issues",
"homepage_uri" => "https://github.com/rubyatscale/singed"
}
0 commit comments