Skip to content

Commit

Permalink
Merge pull request #11 from Sefaria/workflows
Browse files Browse the repository at this point in the history
fix: escape inner $ symbol in release generator
  • Loading branch information
BrendanGalloway authored Feb 20, 2024
2 parents e4e5d8c + 8ccbb3a commit 71e0ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/chart-release-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cat << EOF >> chart/.releaserc
- - "@semantic-release/github"
- "successComment": false
- - "@semantic-release/exec"
- "prepareCmd": "./build/chart-prerelease.sh ${nextRelease.gitTag}"
- "prepareCmd": "./build/chart-prerelease.sh \${nextRelease.gitTag}"
- - "@semantic-release/git"
- assets:
- chart/Chart.yaml
Expand Down

0 comments on commit 71e0ec5

Please sign in to comment.