Skip to content

Commit

Permalink
corrected sed delimiter for appVersion #175 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako authored Dec 2, 2024
1 parent b3da4d6 commit d8c213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
git config --global user.name 'otcbot'
git config --global user.email '[email protected]'
sed -i 's|^version: .*|version: 0.3.${{github.run_number}}|' ./charts/docusaurus/Chart.yaml
sed -i 's|^appVersion: .*|appVersion:${{ env.tag }}/' ./charts/docusaurus/Chart.yaml
sed -i 's|^appVersion: .*|appVersion:${{ env.tag }}|' ./charts/docusaurus/Chart.yaml
sed -i 's|^tag: .*|tag: ${{ env.tag }}|' ./charts/docusaurus/values-prod.yaml
sed -i 's|^image: .*|image: ${{ env.image }}|' ./charts/docusaurus/values-prod.yaml
git commit -am "Automatic commit from GitHub Actions triggered by action ${{github.run_number}}"
Expand Down

0 comments on commit d8c213d

Please sign in to comment.