Skip to content

Commit 1cd841a

Browse files
committed
fix: change quotes
1 parent 6c97eb5 commit 1cd841a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ansible-collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Configure semantic-release
3535
run: |
36-
echo '{"preset":"conventionalcommits","plugins":[["@semantic-release/commit-analyzer"],["@semantic-release/release-notes-generator"],["@semantic-release/github"],["@semantic-release/exec",{"publishCmd":"sed -i 's/NEXT_VERSION/${nextRelease.version}/' galaxy.yml && ansible-galaxy collection build && ansible-galaxy collection publish --api-key ${{ secrets.ANSIBLE_GALAXY_API_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1)-$(echo ${{ github.repository }} | cut -d/ -f2 | cut -d- -f3)-${nextRelease.version}.tar.gz"}]]}' > .releaserc.json
36+
echo '{"preset":"conventionalcommits","plugins":[["@semantic-release/commit-analyzer"],["@semantic-release/release-notes-generator"],["@semantic-release/github"],["@semantic-release/exec",{"publishCmd":"sed -i \"s/NEXT_VERSION/${nextRelease.version}/\" galaxy.yml && ansible-galaxy collection build && ansible-galaxy collection publish --api-key ${{ secrets.ANSIBLE_GALAXY_API_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1)-$(echo ${{ github.repository }} | cut -d/ -f2 | cut -d- -f3)-${nextRelease.version}.tar.gz"}]]}' > .releaserc.json
3737
3838
- name: Run semantic-release
3939
env:

0 commit comments

Comments
 (0)