mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Merge pull request #173 from lora-aprs/build_action_update
set commit to master
This commit is contained in:
commit
c52c39efea
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue