mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Fixes for releases
This commit is contained in:
parent
9f4fab9617
commit
c7d5390b49
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.get_tag_name.outputs.VERSION }}
|
tag_name: ${{ steps.get_tag_name.outputs.VERSION }}
|
||||||
release_name: Release ${{ steps.get_tag_name.outputs.VERSION }}
|
release_name: Release ${{ steps.get_tag_name.outputs.VERSION }}
|
||||||
|
Loading…
Reference in New Issue
Block a user