Skip to content

Commit

Permalink
temp remove push to rubygems on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
meghaniankov committed Jan 8, 2024
1 parent 1736f7b commit 65d4572
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ jobs:
name: pkg
path: pkg/

push:
env:
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
TERRAFYING_VERSION: ${{ github.ref_name }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.2.2
- run: rake push
# push:
# env:
# RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
# TERRAFYING_VERSION: ${{ github.ref_name }}
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: ruby/setup-ruby@v1
# with:
# bundler-cache: true
# ruby-version: 3.2.2
# - run: rake push

docker:
needs: build
Expand Down

0 comments on commit 65d4572

Please sign in to comment.