Merge pull request #173 from lora-aprs/build_action_update

set commit to master
This commit is contained in:
Peter Buchegger 2022-03-26 23:57:06 +01:00 committed by GitHub
commit c52c39efea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
- uses: ncipollo/release-action@v1 - uses: ncipollo/release-action@v1
with: with:
tag: ${{ env.VERSION }} tag: ${{ env.VERSION }}
commit: Release ${{ env.VERSION }} commit: master
generateReleaseNotes: true generateReleaseNotes: true
artifacts: ".pio/build/lora_board/firmware.bin,data/is-cfg.json" artifacts: ".pio/build/lora_board/firmware.bin,data/is-cfg.json"
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}