mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-16 08:02:40 +01:00
Fixes for release
This commit is contained in:
parent
9c5d3f774f
commit
16e03024b7
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -65,13 +65,13 @@ jobs:
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||
with:
|
||||
tag_name: ${{ steps.get_tag_name.outputs.VERSION }}
|
||||
release_name: Release ${{ steps.get_tag_name.outputs.VERSION }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
token: ${{ secrets.PAT }}
|
||||
|
||||
- name: Upload Release Asset
|
||||
id: upload-release-asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
@ -82,3 +82,4 @@ jobs:
|
||||
asset_path: ./invoiceninja.zip
|
||||
asset_name: invoiceninja.zip
|
||||
asset_content_type: application/zip
|
||||
token: ${{ secrets.PAT }}
|
Loading…
Reference in New Issue
Block a user