Skip to content

Commit

Permalink
feat: release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 2, 2021
1 parent 79d83b3 commit b8d2ef3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
- pull_request
- push

# Due to rate-limits in `npm run get.servers`
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Test:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
Expand All @@ -15,7 +19,7 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
atom_channel: [stable, beta]
atom_channel: [stable]
steps:
- uses: actions/checkout@v2
- uses: UziTech/action-setup-atom@v1
Expand Down Expand Up @@ -70,6 +74,7 @@ jobs:

- name: Build and Commit
run: |
npm run clean
npm run get.servers
npm run build-commit
Expand Down

0 comments on commit b8d2ef3

Please sign in to comment.