Skip to content

Commit 5335551

Browse files
Merge pull request #33 from rubyatscale/fix-workflow-2
Add environment
2 parents d6ab16d + 3a77a46 commit 5335551

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/push_gem.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
if: github.repository == 'rubyatscale/singed'
1212
runs-on: ubuntu-latest
1313

14+
environment:
15+
name: rubygems.org
16+
url: https://rubygems.org/gems/singed
17+
1418
permissions:
1519
contents: write
1620
id-token: write

singed.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.required_ruby_version = ">= 2.7.0"
1212
spec.homepage = "https://github.com/rubyatscale/singed"
1313
spec.metadata = {
14-
"source_code_uri" => "https://github.com/rubyatscale/singed.git",
14+
"source_code_uri" => "https://github.com/rubyatscale/singed",
1515
"bug_tracker_uri" => "https://github.com/rubyatscale/singed/issues",
1616
"homepage_uri" => "https://github.com/rubyatscale/singed"
1717
}

0 commit comments

Comments
 (0)