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 6940e41 commit a8b411fCopy full SHA for a8b411f
.github/workflows/release.yml
@@ -124,6 +124,7 @@ jobs:
124
# Update the Unreleased section with the current release note
125
- name: Patch Changelog
126
if: ${{ github.event.release.body != '' }}
127
+ working-directory: ${{ github.workspace }}/PluginsAndFeatures/azure-toolkit-for-rider
128
env:
129
CHANGELOG: ${{ github.event.release.body }}
130
run: |
0 commit comments