mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for release script
This commit is contained in:
parent
bdb04afb02
commit
5c1614d3f8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -65,6 +65,8 @@ jobs:
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
files: |
|
||||
invoiceninja.zip
|
Loading…
x
Reference in New Issue
Block a user