Skip to content

Commit

Permalink
Fix indentation issue in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Lacour authored and Thierry Lacour committed Sep 25, 2020
1 parent 4e19fc0 commit fbd782d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
prerelease: false

- name: Attach katas
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./git-katas.zip
asset_name: git-katas-${{ github.ref }}.zip
asset_content_type: application/zip
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./git-katas.zip
asset_name: git-katas-${{ github.ref }}.zip
asset_content_type: application/zip

0 comments on commit fbd782d

Please sign in to comment.