Remove unnecessary usage of set_fact. Thanks @samdoran!

This commit is contained in:
Shane McDonald
2021-08-30 10:46:02 -04:00
parent 9c3e78443b
commit 0a7945a911

View File

@@ -8,14 +8,6 @@
tag_name: "{{ version }}"
draft: true
tasks:
- name: Prepare Release Data
set_fact:
payload:
body: "{{ lookup('file', changelog_path) }}"
name: "{{ version }}"
tag_name: "{{ version }}"
draft: true
- name: Publish Release
uri:
url: "https://api.github.com/repos/{{ repo }}/releases"