Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangjchandler authored Jan 22, 2021
1 parent 5470de5 commit d954a38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tweet-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Tweet release

on: [release, workflow_dispatch]
on:
release:
types: [published]

jobs:
tweet-release:
Expand All @@ -10,11 +12,9 @@ jobs:
- uses: ethomson/send-tweet-action@v1
with:
status: >
Hi there. I'm testing some of this stuff.
✨ I've just released ${{ github.event.release.tag_name }} of Spruce, the global state management library for Alpine.js.\n
This should have multiple lines in Twitter. Cool.
Now I'm testing mentions, hey @alexfwulf!
Check out the release notes here: https://github.com/ryangjchandler/spruce/releases/tag/${{ github.event.release.tag_name }}
consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
Expand Down

0 comments on commit d954a38

Please sign in to comment.