8000 docs(attachments): add high-quality preview example for image attachments Β· wzc520pyfm/x@49faf6f Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

πŸ†‡ Release to X #6

πŸ†‡ Release to X

πŸ†‡ Release to X #6

Workflow file for this run

name: πŸ†‡ Release to X
on: create
jobs:
tweet:
runs-on: ubuntu-latest
if: ${{ github.event.ref_type == 'tag' && !contains(github.event.ref, 'alpha') }}
steps:
- name: Tweet
uses: nearform-actions/github-action-notify-twitter@master
with:
message: |
𝕏 Ant Design X just released @ant-design/x@${{ github.event.ref }} ✨🎊✨ Check out the full release note: https://github.com/ant-design/x/releases/tag/${{ github.event.ref }}
twitter-app-key: ${{ secrets.TWITTER_API_KEY }}
twitter-app-secret: ${{ secrets.TWITTER_API_SECRET }}
twitter-access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
0