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 f7d5572 commit 2616e04Copy full SHA for 2616e04
.github/workflows/release.yml
@@ -31,9 +31,7 @@ jobs:
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
with:
34
- tag: ${{ github.ref }}
35
- name: Release ${{ github.ref }}
36
- body: ${{ steps.build.changelog_path }}
+ body: ${{ steps.build-signed.changelog_path }}
37
draft: true
38
artifacts: ${{ steps.build-signed.outputs.plugin_path }},${{ steps.build-signed.outputs.plugin_checksum_path }}
39
0 commit comments