Merge pull request #96 from AnonymusRaccoon/feat/release-ci

Triggering ci on tag push
This commit is contained in:
Zoe Roux 2022-03-23 20:53:37 +01:00 committed by GitHub
commit 67d5c0abe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,6 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
draft: true
release_name: ${{github.ref}}
body: ${{steps.github_release.outputs.changelog}}
artifacts: ./artifacts/**/*
token: ${{secrets.GITHUB_TOKEN}}