Skip to content

Commit

Permalink
ci: enable release
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 15, 2021
1 parent fe01b27 commit bd05213
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
apm install
- name: Run tests πŸ‘©πŸΎβ€πŸ’»
run: npm run test
# - name: Run tests πŸ‘©πŸΎβ€πŸ’»
# run: npm run test

Lint:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
Expand Down Expand Up @@ -67,12 +67,11 @@ jobs:
run: npm install
- 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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atom-ide-code-format",
"displayName": "Code Formatting",
"displayName": "Code Formatting for Atom IDE",
"repository": "https://github.com/atom-community/atom-ide-code-format",
"main": "./dist/main.js",
"version": "0.0.0",
Expand Down

0 comments on commit bd05213

Please sign in to comment.