Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard authored Aug 1, 2022
1 parent ff5e47d commit 058357a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ jobs:
release:
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
fail_on_unmatched_files: true
token: ${{ secrets.GITHUB_TOKEN }}
files: |
'*.ps1'
LICENSE
generate_release_notes: true
fail_on_unmatched_files: true

0 comments on commit 058357a

Please sign in to comment.