فهرست منبع

Update tweet-release.yml

Ryan Chandler 4 سال پیش
والد
کامیت
1fedc3b294
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      .github/workflows/tweet-release.yml

+ 3 - 2
.github/workflows/tweet-release.yml

@@ -12,10 +12,11 @@ jobs:
       - uses: ethomson/send-tweet-action@v1
         with:
           status: >
-            ✨ I've just released ${{ github.event.release.tag_name }} of Spruce, the global state management library for Alpine.js.\n
+            ✨ I've just released ${{ github.event.release.tag_name }} of Spruce, the global state management library for Alpine.js.
+
 
             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 }}
-          access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
+          access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}