Skip to content

Commit

Permalink
gem path with GeoSales-Evolution
Browse files Browse the repository at this point in the history
  • Loading branch information
uxjp committed Feb 20, 2024
1 parent 48bef20 commit 709eedc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gem_deploy_ouroborus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish Ouroborus Gem

on:
push:
tags:
- 'ouroborus*'
branches:
- "*"

jobs:
publish-gem:
Expand All @@ -29,4 +29,4 @@ jobs:
chmod 0600 ~/.gem/credentials
cd ouroborus
gem build ouroborus.gemspec
gem push --key github --host https://rubygems.pkg.github.com/${{ github.actor }} ouroborus-*.gem
gem push --key github --host https://rubygems.pkg.github.com/GeoSales-Evolution ouroborus-*.gem

0 comments on commit 709eedc

Please sign in to comment.