Browse Source

Updated tweet action (again)

DerLinkman 2 years ago
parent
commit
3236a10cf5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/tweet-trigger-publish-release.yml

+ 2 - 0
.github/workflows/tweet-trigger-publish-release.yml

@@ -7,6 +7,8 @@ jobs:
   tweet:
     runs-on: ubuntu-latest
     steps:
+      - name: "Install jq"
+        run: apt update && apt install jq --no-install-recommends -y
       - name: "Get Release Tag"
         run: curl https://api.github.com/repos/mailcow/mailcow-dockerized/releases/latest | jq '.tag_name' | sed 's/"//g' >> $RELEASE_TAG
       - name: Tweet-trigger-publish-release