Skip to content

Commit

Permalink
feat: add npm release to allow using types
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 21, 2020
1 parent 519a0b9 commit 806b9a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,19 @@ jobs:
run: npm ci
- name: Build and Commit
run: npm run build-commit
- name: Release 🎉
- name: APM 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: NPM Release 🎉
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Skip:
if: contains(github.event.head_commit.message, '[skip ci]')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Atom IDE packages for Atom

## Features

This package is an all-in-one package that installs all the packages the provide Atom IDE features:
This package is an all-in-one package that installs all the packages that provide Atom IDE features:

- `atom-ide-datatip`
- `atom-ide-signature-help`
Expand Down

0 comments on commit 806b9a5

Please sign in to comment.