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
-2
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}}