File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313 name : Create New version
1414 runs-on : ubuntu-latest
1515 env :
16- CURRENT_PROJECT : ${{ matrix.project-name }}.csproj
16+ CURRENT_PROJECT : ${{ matrix.project-name }}
1717 steps :
1818 - name : 🔻 Checkout
1919 uses : actions/checkout@v4
2727 id : release
2828 uses : cycjimmy/semantic-release-action@v4
2929 with :
30- working_directory : src/${{ matrix.project-name }}
3130 extra_plugins : |
3231 @semantic-release/commit-analyzer
3332 @semantic-release/release-notes-generator
Original file line number Diff line number Diff line change 1818 [
1919 "@semantic-release/exec",
2020 {
21- "prepareCmd": "../updateVersion.sh '${nextRelease.version}' '$ CURRENT_PROJECT'"
21+ "prepareCmd": "../updateVersion.sh '${nextRelease.version}' 'src/${ CURRENT_PROJECT}/${CURRENT_PROJECT}.csproj '"
2222 }
2323 ],
2424 [
You can’t perform that action at this time.
0 commit comments