Skip to content

Commit

Permalink
feat: enable release
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 20, 2020
1 parent 0c30d8d commit 8ea66b7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,19 @@ jobs:
- uses: UziTech/action-setup-atom@v1
- uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "12.x"
- name: NPM install
run: npm ci
- name: Build and Commit
run: npm run build-commit
# NOTE: uncomment when ready
# - name: Release 🎉
# uses: cycjimmy/semantic-release-action@v2
# with:
# extends: |
# @semantic-release/apm-config
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
- name: Release 🎉
uses: cycjimmy/semantic-release-action@v2
with:
extends: |
@semantic-release/apm-config
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}

Skip:
if: contains(github.event.head_commit.message, '[skip ci]')
Expand Down

0 comments on commit 8ea66b7

Please sign in to comment.