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
|
- 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
|
Loading…
x
Reference in New Issue
Block a user