Skip to content

Commit cba3dd6

Browse files
authored
Fixed the deployment file (#6)
1 parent f0c18af commit cba3dd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-to-ansible-galaxy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
1213
- name: Update version
1314
run: |
1415
echo "Updating version"
15-
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
1617
- uses: stefanzweifel/git-auto-commit-action@v4
1718
with:
1819
commit_message: "Update version to ${{ github.event.release.tag_name }}"
@@ -27,4 +28,4 @@ jobs:
2728
with:
2829
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
2930
api_server: https://galaxy.ansible.com/api/
30-
src_path: /github/workspace/dominion_solutions/netbird
31+
src_path: .

0 commit comments

Comments
 (0)