Skip to content

Commit

Permalink
chore(ci): add emoji-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Apr 10, 2024
1 parent 3ae31b2 commit 0c93db4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 47 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/deploy.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/emoji-helper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: ✨ Emoji Helper

on:
release:
types: [published]

jobs:
emoji:
runs-on: ubuntu-latest
steps:
- uses: actions-cool/[email protected]
with:
type: 'release'
emoji: '+1, laugh, heart, hooray, rocket, eyes'

0 comments on commit 0c93db4

Please sign in to comment.