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 3902c7f commit f29b36bCopy full SHA for f29b36b
.github/workflows/release-extension.yaml
@@ -151,11 +151,7 @@ jobs:
151
uses: softprops/action-gh-release@v2
152
with:
153
tag_name: v${{ needs.check_version.outputs.new_version }}
154
- body: |
155
- ## What's Changed
156
- $(echo "${{ needs.update_files.outputs.release_log }}" | sed 's/\\n/\n/g')
157
-
158
- **Full Changelog**: https://github.com/prvashisht/signature-sync/compare/v${{ needs.check_version.outputs.old_version }}...v${{ needs.check_version.outputs.new_version }}
+ generate_release_notes: true
159
files: |
160
~/signature-sync-chrome-${{ needs.check_version.outputs.new_version }}.zip
161
~/signature-sync-firefox-${{ needs.check_version.outputs.new_version }}.zip
0 commit comments