fix galaxy action to update local galaxy.yml

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
Martin Schurz 2021-02-10 12:53:02 +01:00
parent b26b4e090c
commit 75a8aca905

View file

@ -20,6 +20,11 @@ jobs:
api_key: ${{ secrets.GALAXY_API_KEY }}
galaxy_version: ${{ github.event.release.tag_name }}
# checkout master instead of the release-tag so we can push the galaxy.yml
- uses: actions/checkout@v2
with:
ref: master
- name: update galaxy.yml with new version
uses: microsoft/variable-substitution@v1
with: