update environment variable usage

This commit is contained in:
ZanzyTHEbar 2022-12-15 02:57:09 +00:00
parent 8feed9bc9a
commit 9a6bdc3549
2 changed files with 2 additions and 2 deletions

View File

@ -83,9 +83,10 @@ jobs:
message: "Latest release of OpenIris firmware"
- name: Release Firmware
uses: ncipollo/release-action@v1
if: startsWith(github.ref, 'refs/tags/${{ env.VERSION }}')
#if: startsWith(github.ref, 'refs/tags/${{ env.VERSION }}')
with:
artifacts: release/${{ matrix.targets }}/*.bin
tag: ${{ env.VERSION }}
generateReleaseNotes: true
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -16,7 +16,6 @@
#include <data/config/project_config.hpp>
// #include <data/utilities/makeunique.hpp>
// #include <io/SerialManager/serialmanager.hpp> // Serial Manager
int STREAM_SERVER_PORT = 80;
int CONTROL_SERVER_PORT = 81;