diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6521fcb..5ba6a87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: ncipollo/release-action@v1 with: tag: ${{ env.VERSION }} - commit: Release ${{ env.VERSION }} + commit: master generateReleaseNotes: true artifacts: ".pio/build/lora_board/firmware.bin,data/is-cfg.json" token: ${{ secrets.GITHUB_TOKEN }}