We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94715c9 commit 20fcf75Copy full SHA for 20fcf75
.github/workflows/tweet-release.yml
@@ -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