diff --git a/.github/workflows/smoke_compat.yml b/.github/workflows/smoke_compat.yml index 696713b..399bad3 100644 --- a/.github/workflows/smoke_compat.yml +++ b/.github/workflows/smoke_compat.yml @@ -8,6 +8,22 @@ on: types: [opened, synchronize, reopened, labeled] jobs: + publish: + name: Publishes Tag, Release, and Uploads Component + + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false + fetch-depth: 1 + token: "${{ secrets.GITHUB_TOKEN }}" + - name: Check for version update + shell: bash + run: | + git show -s + git show -s | grep '^Merge'; + wifi_remote_api_compat: name: Check API compatibility of WiFi Remote strategy: