Skip to content

Commit

Permalink
chore: update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackfaded committed Sep 3, 2024
1 parent 8b116c1 commit 4df8f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ publish() {
VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//')
GEM_NAME=pcp-server-ruby-sdk-$VERSION.gem
# Push the gem to RubyGems
gem push $GEM_NAME
gem push $GEM_NAME --key $GEM_HOST_API_KEY
echo "Upload complete."
}

Expand Down

0 comments on commit 4df8f8e

Please sign in to comment.