Skip to content

Commit

Permalink
Merge pull request #173 from lora-aprs/build_action_update
Browse files Browse the repository at this point in the history
set commit to master
  • Loading branch information
peterus authored Mar 26, 2022
2 parents fcf08b3 + 296a6f1 commit c52c39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c52c39e

Please sign in to comment.