Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Oct 10, 2024
1 parent bec791c commit c60b890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo -e "---\n:rubygems_api_key: $RUBYGEMS_TOKEN\n" > ~/.gem/credentials
chmod 0600 ~/.gem/credentials
env:
RUBYGEMS_TOKEN: $
RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }}

- name: Build gem
run: gem build appwrite.gemspec
Expand Down
5 changes: 1 addition & 4 deletions lib/appwrite/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ def initialize
'x-sdk-name'=> 'Ruby',
'x-sdk-platform'=> 'server',
'x-sdk-language'=> 'ruby',
'x-sdk-version'=> '13.0.0',
'X-Appwrite-Response-Format' => '1.6.0'
}

'x-sdk-version'=> '13.0.0', 'X-Appwrite-Response-Format' => '1.6.0' }
@endpoint = 'https://cloud.appwrite.io/v1'
end

Expand Down

0 comments on commit c60b890

Please sign in to comment.