Skip to content

Commit

Permalink
fix(ci): Why it fails?
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Oct 7, 2024
1 parent d1b37ff commit 4354a27
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/smoke_compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4354a27

Please sign in to comment.