Merge branch 'main' into development03

This commit is contained in:
Andreas Schiffler 2022-09-06 09:07:52 +02:00 committed by GitHub
commit fcc394c1de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 36 additions and 23 deletions

View file

@ -51,7 +51,7 @@ jobs:
draft: false
prerelease: false
release_name: ${{ steps.rename-binary-files.outputs.name }}
tag_name: ${{ github.ref }}
tag_name: ${{ steps.rename-binary-files.outputs.name }}
body_path: tools/esp8266/CHANGES.md
env:
GITHUB_TOKEN: ${{ github.token }}