Skip to content

Commit

Permalink
Fix repository setup
Browse files Browse the repository at this point in the history
  • Loading branch information
davalpargal committed Jan 17, 2022
1 parent b757527 commit 32eb519
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@ jobs:
working-directory: clients/js
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
publish-ruby-client:
runs-on: ubuntu-latest
needs: create-release
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.5'
- run:
working-directory: clients/ruby
env:
RUBYGEMS_AUTH_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }}
publish-server:
runs-on: ubuntu-latest
needs: create-release
Expand Down
1 change: 1 addition & 0 deletions clients/ruby/bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -euo pipefail
IFS=$'\n\t'
set -vx

gem install bundler:1.17.3
bundle install

# Do any other automated setup that you need to do here

0 comments on commit 32eb519

Please sign in to comment.