Skip to content

Commit

Permalink
Merge pull request #7 from nilsstreedain/github
Browse files Browse the repository at this point in the history
Fixed auto tweet on release workflow
  • Loading branch information
nilsstreedain authored Mar 17, 2022
2 parents 3cc0df2 + 2387483 commit c1ad006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
# GitHub event payload
# https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#release
tweet-message: "New ${{ github.event.repository.name }} release ${{ github.event.release.tag_name }}! \n ${{ github.event.release.html_url }} #nodejs #release"
tweet-message: "New ${{ github.event.repository.name }} release ${{ github.event.release.tag_name }}! \n ${{ github.event.release.html_url }}"
env:
# Get your tokens from https://developer.twitter.com/apps
TWITTER_CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
Expand Down

0 comments on commit c1ad006

Please # to comment.