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.
1 parent f0c18af commit cba3dd6Copy full SHA for cba3dd6
.github/workflows/publish-to-ansible-galaxy.yml
@@ -9,10 +9,11 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
+
13
- name: Update version
14
run: |
15
echo "Updating version"
- sed -i "s/version: .*/version: ${{ github.event.release.tag_name }}/g" dominion_solutions/netbird/galaxy.yml
16
+ sed -i "s/version: .*/version: ${{ github.event.release.tag_name }}/g" galaxy.yml
17
- uses: stefanzweifel/git-auto-commit-action@v4
18
with:
19
commit_message: "Update version to ${{ github.event.release.tag_name }}"
@@ -27,4 +28,4 @@ jobs:
27
28
29
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
30
api_server: https://galaxy.ansible.com/api/
- src_path: /github/workspace/dominion_solutions/netbird
31
+ src_path: .
0 commit comments