Skip to content

Commit 8ea66b7

Browse files
committed
feat: enable release
1 parent 0c30d8d commit 8ea66b7

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/CI.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,19 @@ jobs:
5959
- uses: UziTech/action-setup-atom@v1
6060
- uses: actions/setup-node@v1
6161
with:
62-
node-version: "14.x"
62+
node-version: "12.x"
6363
- name: NPM install
6464
run: npm ci
6565
- name: Build and Commit
6666
run: npm run build-commit
67-
# NOTE: uncomment when ready
68-
# - name: Release 🎉
69-
# uses: cycjimmy/semantic-release-action@v2
70-
# with:
71-
# extends: |
72-
# @semantic-release/apm-config
73-
# env:
74-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75-
# ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
67+
- name: Release 🎉
68+
uses: cycjimmy/semantic-release-action@v2
69+
with:
70+
extends: |
71+
@semantic-release/apm-config
72+
env:
73+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74+
ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
7675

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

0 commit comments

Comments
 (0)