Skip to content

Commit

Permalink
Fix yaml indent
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Apr 19, 2024
1 parent 14090b9 commit 7af3225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
registry_key: rubygems
registry_host: https://rubygems.org
secrets:
registry_credentials: ${{ secrets.RUBYGEMS_API_KEY }}
registry_credentials: ${{ secrets.RUBYGEMS_API_KEY }}
github:
name: GitHub Packages
uses: ./.github/workflows/_publish.yml
Expand All @@ -64,4 +64,4 @@ jobs:
registry_key: github
registry_host: https://rubygems.pkg.github.com/${{ github.repository_owner }}
secrets:
registry_credentials: Bearer ${{ secrets.GITHUB_TOKEN }}
registry_credentials: Bearer ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7af3225

Please sign in to comment.