Updated tweet action (again)
This commit is contained in:
parent
a4eb6d5f1b
commit
3236a10cf5
@ -7,6 +7,8 @@ jobs:
|
|||||||
tweet:
|
tweet:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Install jq"
|
||||||
|
run: apt update && apt install jq --no-install-recommends -y
|
||||||
- name: "Get Release Tag"
|
- name: "Get Release Tag"
|
||||||
run: curl https://api.github.com/repos/mailcow/mailcow-dockerized/releases/latest | jq '.tag_name' | sed 's/"//g' >> $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
|
- name: Tweet-trigger-publish-release
|
||||||
|
Loading…
Reference in New Issue
Block a user