Skip to content

Commit

Permalink
Update galaxy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro authored Jan 11, 2021
1 parent 97a1a5d commit 6024849
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2

# deploy the collection first, because if it fails, we don't want
# to update the galaxy.yml
Expand All @@ -27,6 +27,11 @@ jobs:
env:
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: push galaxy.yml
uses: github-actions-x/[email protected]
with:
Expand Down

0 comments on commit 6024849

Please sign in to comment.