We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5353950 commit 718976bCopy full SHA for 718976b
1 file changed
.github/workflows/galaxy.yml
@@ -10,7 +10,7 @@ jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2
14
15
# deploy the collection first, because if it fails, we don't want
16
# to update the galaxy.yml
@@ -20,6 +20,11 @@ jobs:
20
api_key: ${{ secrets.GALAXY_API_KEY }}
21
galaxy_version: ${{ github.event.release.tag_name }}
22
23
+ # checkout master instead of the release-tag so we can push the galaxy.yml
24
25
+ with:
26
+ ref: master
27
+
28
- name: update galaxy.yml with new version
29
uses: microsoft/variable-substitution@v1
30
with:
0 commit comments