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