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:
parent
a4eb6d5f1b
commit
3236a10cf5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user