Skip to content

Commit

Permalink
feat(workflows): update release and documentation references from pum…
Browse files Browse the repository at this point in the history
…pfun-sdk to meteora-sdk for consistency

fix(README.md): add a period at the end of the description for better grammar
  • Loading branch information
Dan Cryptoscan committed Oct 12, 2024
1 parent 2867e04 commit cbbe4cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
webhookUrl: ${{ secrets.DISCORD_RELEASES_WEBHOOK }}
format: markdown
message: |
🔄 **New Release**: [cryptoscan-pro/pumpfun-sdk](https://github.com/cryptoscan-pro/pumpfun-sdk/)
🔄 **New Release**: [cryptoscan-pro/meteora-sdk](https://github.com/cryptoscan-pro/meteora-sdk/)
Status: *${{ needs.build.result == 'success' && '✅ SUCCESS' || '❌ ERROR' }}*
Branch: main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Copy README.md to destination
run: |
cp README.md .github/docs/pumpfun-sdk.md
cp README.md .github/docs/meteora-sdk.md
- name: Commit and push changes
run: |
cd .github
git add .
git commit -m "feat: update @cryptoscan/pumpfun-sdk docs"
git commit -m "feat: update @cryptoscan/meteora-sdk docs"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -46,4 +46,4 @@ jobs:
rm -rf .github
- name: Success message
run: echo "README.md copied into .github/docs/raydium-sdk.md"
run: echo "README.md copied into .github/docs/meteora-sdk.md"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @cryptoscan/meteora-sdk

The fastest and easiest way to trade on Meteora
The fastest and easiest way to trade on Meteora.

- Get rate/price of coin in USD/Solana
- Buy/Sell coin
Expand Down

0 comments on commit cbbe4cd

Please sign in to comment.