Skip to content

Commit 6024849

Browse files
authored
Update galaxy.yml
1 parent 97a1a5d commit 6024849

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/galaxy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2.3.4
13+
- uses: actions/checkout@v2
1414

1515
# deploy the collection first, because if it fails, we don't want
1616
# to update the galaxy.yml
@@ -27,6 +27,11 @@ jobs:
2727
env:
2828
version: "${{ github.event.release.tag_name }}"
2929

30+
# checkout master instead of the release-tag so we can push the galaxy.yml
31+
- uses: actions/checkout@v2
32+
with:
33+
ref: master
34+
3035
- name: push galaxy.yml
3136
uses: github-actions-x/commit@v2.6
3237
with:

0 commit comments

Comments
 (0)