Add github action entrypoint.

This commit is contained in:
2021-05-09 12:48:05 +01:00
parent c198725e2d
commit a98a930fa1
4 changed files with 32 additions and 6 deletions
+1
View File
@@ -175,6 +175,7 @@ jobs:
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: