set commit to master

pull/173/head
Peter Buchegger 2022-03-26 23:55:35 +01:00
rodzic bf40553398
commit 296a6f1c2c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 }}