From 64e3c7eae478f68432e0260dee661ec20b6842d6 Mon Sep 17 00:00:00 2001 From: Jeppe Rask Date: Sat, 20 Aug 2022 17:13:15 +0200 Subject: [PATCH] Testing release with same name - hope it throws an error! --- .github/workflows/release.yml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8219118..065efe6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,25 +43,4 @@ jobs: files: static.zip fail_on_unmatched_files: true prerelease: false - draft: false - - # - name: Create release - # uses: actions/create-release@v1 - # id: create_release - # with: - # draft: false - # prerelease: false - # release_name: ${{ steps.version.outputs.version }} - # tag_name: ${{ github.ref }} - # env: - # GITHUB_TOKEN: ${{ github.token }} - - # - name: Upload artifacts - # uses: actions/upload-release-asset@v1 - # env: - # GITHUB_TOKEN: ${{ github.token }} - # with: - # upload_url: ${{ steps.create_release.outputs.upload_url }} - # asset_path: static.zip - # asset_name: static.zip - # asset_content_type: application/gzip \ No newline at end of file + draft: false \ No newline at end of file