Fixes for release script

This commit is contained in:
= 2021-06-18 23:06:39 +10:00
parent bdb04afb02
commit 5c1614d3f8

View File

@ -65,6 +65,8 @@ jobs:
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
files: | files: |
invoiceninja.zip invoiceninja.zip