Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
fix: remove beta channel which is failing
Browse files Browse the repository at this point in the history
and push release to update readme on atom.io
  • Loading branch information
the-j0k3r authored Mar 13, 2022
1 parent 5b414a5 commit 3a25b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
channel: [stable, beta]
channel: [stable]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3a25b05

Please sign in to comment.