We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d806464 commit 2801b22Copy full SHA for 2801b22
.github/workflows/release.yml
@@ -81,9 +81,9 @@ jobs:
81
- name: Create Release
82
uses: ncipollo/release-action@v1
83
with:
84
- allowUpdates: true
85
- artifacts: "Mintlayer*/*"
86
- artifactErrorsFailBuild: true
87
- name: "Release ${{ steps.get_version.outputs.VERSION }}"
88
- body: ${{ steps.generate_body.outputs.BODY }}
89
- token: ${{ secrets.GITHUB_TOKEN }}
+ allowUpdates: true
+ artifacts: "Mintlayer*/*"
+ artifactErrorsFailBuild: true
+ name: "Release ${{ steps.get_version.outputs.VERSION }}"
+ body: ${{ steps.generate_body.outputs.BODY }}
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments