Skip to content

Commit

Permalink
Update publish-gem.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov authored Oct 25, 2024
1 parent 0a66694 commit 0f0b8f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Build the gem
run: |
gem build au_core_test_kit.gemspec
- name: Publish the gem
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gem push --key github --host https://rubygems.pkg.github.com/${{ github.repository_owner }} au_core_test_kit-*.gem
- name: Release Gem to GitHub Packages
uses: jstastny/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: ${{ github.repository_owner }}

0 comments on commit 0f0b8f0

Please sign in to comment.