Skip to content

Commit 15aa741

Browse files
committed
chore: enable release
1 parent a63f2bb commit 15aa741

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/workflows/CI.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,17 @@ 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
65-
- name: Build and Commit
66-
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 }}
65+
- name: Release 🎉
66+
uses: cycjimmy/semantic-release-action@v2
67+
with:
68+
extends: |
69+
@semantic-release/apm-config
70+
env:
71+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
7673

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

0 commit comments

Comments
 (0)