From 38607837e834dd6fcb0a6eb020852ebadefa45aa Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 5 Nov 2022 23:26:51 +0100 Subject: [PATCH] Updated release.yaml --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5936a3f..5bf9775 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,13 +104,3 @@ jobs: asset_name: styles.css asset_content_type: text/css - - name: Upload .gitignore - id: upload-gitignore - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ${{ env.DIST_FOLDER }}/.gitignore - asset_name: .gitignore - asset_content_type: text/plain