fix: update release action parameters to correctly reference changelog outputs
This commit is contained in:
@@ -74,11 +74,9 @@ jobs:
|
|||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
server_url: ${{ vars.SERVER_URL }}
|
server_url: ${{ vars.SERVER_URL }}
|
||||||
tag_name: "${{ steps.changelog.outputs.version }}"
|
tag_name: ${{ steps.changelog.outputs.version }}
|
||||||
name: Release ${{ steps.changelog.outputs.version }}
|
name: "${{ steps.changelog.outputs.version }}"
|
||||||
body: ${{ steps.changelog.outputs.description }}
|
body: ${{ steps.changelog.outputs.body }}
|
||||||
files: |
|
draft: false
|
||||||
godot-${{ matrix.preset }}-v${{ steps.changelog.outputs.version }}
|
|
||||||
draft: false
|
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user