From 709eedce7b7754ab7940fd1ae05ff2f5a590b07a Mon Sep 17 00:00:00 2001 From: JP <38257122+uxjp@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:33:30 +0000 Subject: [PATCH] gem path with GeoSales-Evolution --- .github/workflows/gem_deploy_ouroborus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gem_deploy_ouroborus.yml b/.github/workflows/gem_deploy_ouroborus.yml index 9e48044..39035de 100644 --- a/.github/workflows/gem_deploy_ouroborus.yml +++ b/.github/workflows/gem_deploy_ouroborus.yml @@ -2,8 +2,8 @@ name: Publish Ouroborus Gem on: push: - tags: - - 'ouroborus*' + branches: + - "*" jobs: publish-gem: @@ -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 \ No newline at end of file + gem push --key github --host https://rubygems.pkg.github.com/GeoSales-Evolution ouroborus-*.gem \ No newline at end of file