From 78d013f8ba7b64b3eac5efc0f48f17fb93a38547 Mon Sep 17 00:00:00 2001 From: equiman Date: Thu, 19 May 2022 15:31:23 -0500 Subject: [PATCH] add tweet workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4579c03..9cfc30e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: with: tweet-message: "Extension for @code with arrow function snippets ${{ github.event.release.tag_name }} 🐛🔨 is here 🥳\n\n $ ext install deinsoftware.arrow-function-snippets\n\n - #vscode #snippets #arrowfunction #javascript #typescript #react #vuejs\n\n + #vscode #snippets #javascript #typescript #react #vuejs\n\n https://marketplace.visualstudio.com/items?itemName=deinsoftware.arrow-function-snippets" env: TWITTER_CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }}