Skip to content

Commit

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

0 comments on commit d1e486c

Please sign in to comment.