diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f20206bfe..013a6d5f8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,4 +28,4 @@ jobs: run: python -u scripts/keyword_replace.py "code" "_code" "thirdparty/ethernet/cyclonetcp" "cp1252" - name: Run Package Script - run: python -u scripts/package.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ github.event.release.tag_name }} "True" + run: python -u scripts/package.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ github.event.release.tag_name }} "False"