Skip to content

Commit

Permalink
Fix to shell (and dont publish temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Sep 3, 2020
1 parent fc4758d commit df90c88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflow-config/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
chdir: "{{ repo_base_dir }}"
tags: install

- name: publish collection
command:
cmd: "ansible-galaxy collection publish --api-key={{ api_key }} {{ collection_namespace }}-{{ collection_name }}-{{ collection_version }}.tar.gz"
chdir: "{{ repo_base_dir }}"
tags: publish
# - name: publish collection
# command:
# cmd: "ansible-galaxy collection publish --api-key={{ api_key }} {{ collection_namespace }}-{{ collection_name }}-{{ collection_version }}.tar.gz"
# chdir: "{{ repo_base_dir }}"
# tags: publish

- name: push changelogs to devel
command:
shell:
cmd: "git checkout devel && git add changelogs CHANGELOG.rst && git commit -m 'add changelog {{ collection_version }}' && git push"
chdir: "{{ repo_base_dir }}"

Expand Down

0 comments on commit df90c88

Please sign in to comment.