Skip to content

Commit 2b39258

Browse files
authored
Merge pull request #395 from Normo/update-galaxy-version
fix galaxy action to update local galaxy.yml
2 parents f035053 + 75a8aca commit 2b39258

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/galaxy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
api_key: ${{ secrets.GALAXY_API_KEY }}
2121
galaxy_version: ${{ github.event.release.tag_name }}
2222

23+
# checkout master instead of the release-tag so we can push the galaxy.yml
24+
- uses: actions/checkout@v2
25+
with:
26+
ref: master
27+
2328
- name: update galaxy.yml with new version
2429
uses: microsoft/variable-substitution@v1
2530
with:

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace: devsec
77
name: hardening
88

99
# The version of the collection. Must be compatible with semantic versioning
10-
version: 7.0.0
10+
version: 7.1.1
1111

1212
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1313
readme: README.md

0 commit comments

Comments
 (0)