Skip to content

Commit

Permalink
chore: added tweet workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Aug 16, 2023
1 parent 25483cc commit 5f8b34e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tweet-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Tweet about a new release

on:
release:
types: [created]

jobs:
tweet:
name: Send a Tweet
uses: ColdTrick/.github/.github/workflows/tweet-release.yml@master
secrets: inherit

0 comments on commit 5f8b34e

Please sign in to comment.