Test releases.yml

This commit is contained in:
Mitchell Krog 2021-07-05 14:51:56 +02:00 committed by GitHub
parent 111fb08ea5
commit fdedfe0724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
- uses: ncipollo/release-action@v1.8.6
with:
artifacts: "README.md,LICENSE.md"
token: ${{ secrets.GITHUB_TOKEN }}