Skip to content

Commit 4300a7f

Browse files
authored
chore: Fix syntax (#12)
1 parent c8cc994 commit 4300a7f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
git config --local user.email "platform@basistheory.com"
5454
git config --local user.name "github-actions[bot]"
5555
56-
# sed -i "s/\(versionName = \)'[^']*'/\1'${{ steps.tag-version.outputs.new_tag }}'/g" lib/build.gradle
57-
# sed -i "s/\(3ds-android:\)[^']*'/\1${{ steps.tag-version.outputs.new_tag }}'/g" README.md
58-
5956
echo "${{ steps.tag-version.outputs.changelog }}" | cat - CHANGELOG.md > temp && mv temp CHANGELOG.md
6057
6158
git add CHANGELOG.md README.md

0 commit comments

Comments
 (0)