We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f035053 + 75a8aca commit 2b39258Copy full SHA for 2b39258
.github/workflows/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
+ - uses: actions/checkout@v2
25
+ with:
26
+ ref: master
27
+
28
- name: update galaxy.yml with new version
29
uses: microsoft/variable-substitution@v1
30
with:
galaxy.yml
@@ -7,7 +7,7 @@ namespace: devsec
7
name: hardening
8
9
# The version of the collection. Must be compatible with semantic versioning
10
-version: 7.0.0
+version: 7.1.1
11
12
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
13
readme: README.md
0 commit comments