Skip to content

Commit

Permalink
fix: release license attachment action
Browse files Browse the repository at this point in the history
  • Loading branch information
averevki committed Apr 18, 2022
1 parent 9bfbef1 commit 8331636
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8331636

Please sign in to comment.