Skip to content

Commit 951a8ec

Browse files
Update property name in workflows/update_version.yaml
1 parent 5a71a11 commit 951a8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: '1'
3636
submodules: 'true'
3737

38-
- run: (Get-Content ${{ github.workspace }}\src\jvm\knet\pom.xml).Replace('<knetversion>${{ inputs.CurrentVersion }}.0</knetversion>', '<knetversion>${{ inputs.NewVersion }}.0</knetversion>') | Set-Content ${{ github.workspace }}\src\jvm\knet\pom.xml
38+
- run: (Get-Content ${{ github.workspace }}\src\jvm\knet\pom.xml).Replace('<knetVersion>${{ inputs.CurrentVersion }}.0</knetVersion>', '<knetVersion>${{ inputs.NewVersion }}.0</knetVersion>') | Set-Content ${{ github.workspace }}\src\jvm\knet\pom.xml
3939

4040
- run: (Get-Content ${{ github.workspace }}\src\net\Common\Common.props).Replace('<Version>${{ inputs.CurrentVersion }}.0</Version>', '<Version>${{ inputs.NewVersion }}.0</Version>') | Set-Content ${{ github.workspace }}\src\net\Common\Common.props
4141

0 commit comments

Comments
 (0)