Skip to content

Commit 95cb5a4

Browse files
committed
build: fix release
1 parent dde8f70 commit 95cb5a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
git config user.name "github-actions[bot]"
2222
git config user.email "github-actions[bot]@users.noreply.github.com"
2323
git checkout -b "release/v${{ github.event.inputs.version }}"
24-
sed -i 's/^version = .*/version = "${{ github.event.inputs.version }}"/' build.gradle.kts
25-
git add build.gradle.kts
24+
sed -i 's/^version=.*/version=${{ github.event.inputs.version }}/' gradle.properties
25+
git add .
2626
git commit -m "release: ${{ github.event.inputs.version }}"
2727
git tag "v${{ github.event.inputs.version }}"
2828
git push origin "release/v${{ github.event.inputs.version }}" --tags

0 commit comments

Comments
 (0)