1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-24 08:32:50 +02:00

Updated tweet action (again)

This commit is contained in:
DerLinkman 2022-11-16 18:19:12 +01:00
parent a4eb6d5f1b
commit 3236a10cf5

View File

@ -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