Skip to content

Commit 20fcf75

Browse files
authored
chore: added tweet workflow
1 parent 94715c9 commit 20fcf75

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/tweet-release.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Tweet about a new release
2+
3+
on:
4+
release:
5+
types: [created]
6+
7+
jobs:
8+
tweet:
9+
name: Send a Tweet
10+
uses: ColdTrick/.github/.github/workflows/tweet-release.yml@master
11+
secrets: inherit

0 commit comments

Comments
 (0)