From 296a6f1c2cc64bff540a77167211a2f665042b58 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 26 Mar 2022 23:55:35 +0100 Subject: [PATCH] set commit to master --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}