Skip to content

Commit

Permalink
chore(ci): dont depend on smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 20, 2024
1 parent 42fad85 commit 714551a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:

create-release:
name: Create GitHub Release
needs: [bundle-cli, smoke-test-cli]
needs: [bundle-cli]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 714551a

Please sign in to comment.