mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 21:50:07 +08:00
15 lines
257 B
YAML
15 lines
257 B
YAML
name: Emoji Helper
|
|
|
|
on:
|
|
release:
|
|
types: [published]
|
|
|
|
jobs:
|
|
emoji:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions-cool/emoji-helper@v1.0.0
|
|
with:
|
|
type: 'release'
|
|
emoji: '+1, laugh, heart, hooray, rocket, eyes'
|