diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23fb764..aabe7fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,8 +6,14 @@ jobs: name: Zephyr build action runs-on: ubuntu-latest steps: + - name: PLTcloud Access Check + uses: bcdevices/pltcloud-action@v1.1.4 + with: + API_TOKEN: ${{ secrets.API_TOKEN }} + PROJECT_UUID: ${{ secrets.PROJECT_UUID }} + VERBOSE: 'true' - name: checkout - uses: actions/checkout@master + uses: actions/checkout@v4 - name: Gen version run: ./GIT-VERSION-GEN - name: build zepyhr @@ -20,6 +26,7 @@ jobs: PROJECT_UUID: ${{ secrets.PROJECT_UUID }} FILES: ./dist/*demo* VERSION: ${{ github.ref }} + VERBOSE: 'true' - name: Publish release uses: meeDamian/github-release@2.0 if: contains(github.ref, 'tags')