We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde8f70 commit 95cb5a4Copy full SHA for 95cb5a4
1 file changed
.github/workflows/release.yml
@@ -21,8 +21,8 @@ jobs:
21
git config user.name "github-actions[bot]"
22
git config user.email "github-actions[bot]@users.noreply.github.com"
23
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
+ sed -i 's/^version=.*/version=${{ github.event.inputs.version }}/' gradle.properties
+ git add .
26
git commit -m "release: ${{ github.event.inputs.version }}"
27
git tag "v${{ github.event.inputs.version }}"
28
git push origin "release/v${{ github.event.inputs.version }}" --tags
0 commit comments