Skip to content

Commit 7af3225

Browse files
committed
Fix yaml indent
1 parent 14090b9 commit 7af3225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
registry_key: rubygems
5353
registry_host: https://rubygems.org
5454
secrets:
55-
registry_credentials: ${{ secrets.RUBYGEMS_API_KEY }}
55+
registry_credentials: ${{ secrets.RUBYGEMS_API_KEY }}
5656
github:
5757
name: GitHub Packages
5858
uses: ./.github/workflows/_publish.yml
@@ -64,4 +64,4 @@ jobs:
6464
registry_key: github
6565
registry_host: https://rubygems.pkg.github.com/${{ github.repository_owner }}
6666
secrets:
67-
registry_credentials: Bearer ${{ secrets.GITHUB_TOKEN }}
67+
registry_credentials: Bearer ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)