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 07265bc commit 4208aa3Copy full SHA for 4208aa3
1 file changed
.github/workflows/release.yml
@@ -30,11 +30,16 @@ jobs:
30
message: 'chore: v${{ github.event.inputs.version_name }} release'
31
tag: 'v${{ github.event.inputs.version_name }} --force'
32
33
+ - name: Upload Documentation to Wiki
34
+ uses: spenserblack/actions-wiki@v0.3.0
35
+ with:
36
+ path: docgen/wiki
37
+
38
- name: Create github release
39
uses: softprops/action-gh-release@v2
40
with:
41
name: 'v${{ github.event.inputs.version_name }}'
- body: ''
42
+ body: 'See [CHANGELOG.md](https://github.com/saecki/crates.nvim/blob/main/CHANGELOG.md)'
43
tag_name: 'v${{ github.event.inputs.version_name }}'
44
prerelease: false
45
draft: true
0 commit comments