Skip to content

Commit 2801b22

Browse files
committed
fix indentation of the last block
1 parent d806464 commit 2801b22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
- name: Create Release
8282
uses: ncipollo/release-action@v1
8383
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 }}
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 }}

0 commit comments

Comments
 (0)