diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ba6a87..fd4ec4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,4 +22,5 @@ jobs: commit: master generateReleaseNotes: true artifacts: ".pio/build/lora_board/firmware.bin,data/is-cfg.json" - token: ${{ secrets.GITHUB_TOKEN }} + owner: ${{ secrets.OWNER }} + token: ${{ secrets.PAT }} diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 77f0dcc..b90f582 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -20,7 +20,7 @@ #include "TaskWifi.h" #include "project_configuration.h" -#define VERSION "22.13.0" +#define VERSION "22.13.1" #define MODULE_NAME "Main" String create_lat_aprs(double lat);