Skip to content

Commit

Permalink
fix indentation of the last block
Browse files Browse the repository at this point in the history
  • Loading branch information
erubboli committed Sep 30, 2024
1 parent d806464 commit 2801b22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "Mintlayer*/*"
artifactErrorsFailBuild: true
name: "Release ${{ steps.get_version.outputs.VERSION }}"
body: ${{ steps.generate_body.outputs.BODY }}
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 comments on commit 2801b22

Please sign in to comment.