From 8331636ce3eed98c175d4e981227f3df5a928dc3 Mon Sep 17 00:00:00 2001 From: Verevkin-A Date: Mon, 18 Apr 2022 15:10:32 +0200 Subject: [PATCH] fix: release license attachment action --- .github/workflows/release.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58fadd0..a6e06a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,21 +5,17 @@ on: push: tags: - "v*.*.*" - workflow_run: - workflows: [ "Build and deploy" ] - branches: [ main ] - types: - - completed # Create GitHub Release with specified details from last commits jobs: release: runs-on: ubuntu-latest steps: + - name: checkout + uses: actions/checkout@v3 - name: generate new release uses: marvinpinto/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: false - files: | - LICENSE + files: LICENSE