Skip to content

Commit

Permalink
Merge pull request #132 from betadots/fix
Browse files Browse the repository at this point in the history
Add missing `$` in github action
  • Loading branch information
ekohl committed May 16, 2022
2 parents a4e3196 + ebde315 commit 9d96d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
echo ":github: Bearer ${{ secrets.GITHUB_TOKEN }}" >> ~/.gem/credentials
chmod 0600 ~/.gem/credentials
- name: Publish gem to GitHub packages
run: gem push --key github --host https://rubygems.pkg.github.com/{{ github.repository_owner }} *.gem
run: gem push --key github --host https://rubygems.pkg.github.com/${{ github.repository_owner }} *.gem

0 comments on commit 9d96d0a

Please sign in to comment.