Skip to content

Commit

Permalink
escape
Browse files Browse the repository at this point in the history
  • Loading branch information
acoates-ms committed May 6, 2024
1 parent 100cc83 commit dc622d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: npm install semver
- run: node generate-all.js onlyOne
- run: git add RELEASES
- run: & \{git commit -m "Update RELEASES"\}
- run: & {{git commit -m "Update RELEASES"}}
- run: git push

check-bats-mac:
Expand All @@ -75,5 +75,5 @@ jobs:
- run: npm install semver
- run: node generate-all-mac.js onlyOne
- run: git add RELEASES_MAC
- run: & \{git commit -m "Update RELEASES_MAC"\}
- run: & {{git commit -m "Update RELEASES_MAC"}}
- run: git push

0 comments on commit dc622d7

Please sign in to comment.