mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 17:49:16 +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'
|