some chnages to workflow #2
|
@ -26,7 +26,7 @@ jobs:
|
|||
with:
|
||||
note: |
|
||||
this is a release
|
||||
with a few libnes in the note
|
||||
to do - make more sense of this!!!
|
||||
tag: ${{ steps.release-bumper.outputs.release }}
|
||||
title: ${{ steps.release-bumper.outputs.release }}
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
|
|
@ -33,5 +33,5 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
asset: ./built.zip
|
||||
asset-name: built for deployment
|
||||
asset-name: "built for deployment.zip"
|
||||
|
Loading…
Reference in New Issue