diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 587542b..6cafe75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 5703e6c..5e3a967 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -33,5 +33,5 @@ jobs: with: token: ${{ secrets.BOT_TOKEN }} asset: ./built.zip - asset-name: built for deployment + asset-name: "built for deployment.zip" \ No newline at end of file