Skip to content

Commit

Permalink
fixed publish-happ.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Jun 7, 2024
1 parent ed4a4e6 commit a430e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-happ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
allowUpdates: true
artifacts: 'workdir/tools-library.happ'
body: '${{HDK_VERSION}}<br>${{HDI_VERSION}}'
body: '${{ steps.version.outputs.HDK_VERSION }}<br>${{ steps.version.outputs.HDI_VERSION }}'
name: v${{ steps.version.outputs.APP_VERSION }}
tag: v${{ steps.version.outputs.APP_VERSION }}
prerelease: true
Expand Down

0 comments on commit a430e68

Please sign in to comment.