Skip to content

Commit a8b411f

Browse files
committed
Fix the release workflow
1 parent 6940e41 commit a8b411f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
# Update the Unreleased section with the current release note
125125
- name: Patch Changelog
126126
if: ${{ github.event.release.body != '' }}
127+
working-directory: ${{ github.workspace }}/PluginsAndFeatures/azure-toolkit-for-rider
127128
env:
128129
CHANGELOG: ${{ github.event.release.body }}
129130
run: |

0 commit comments

Comments
 (0)