set commit to master

This commit is contained in:
Peter Buchegger 2022-03-26 23:55:35 +01:00
parent bf40553398
commit 296a6f1c2c

View file

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