Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 748e8c4

Browse files
committed
ci: enable release [skip ci]
1 parent fffa3b3 commit 748e8c4

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/CI.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,16 @@ jobs:
7171
node-version: "12.x"
7272
- name: NPM install
7373
run: npm install
74-
- name: Build and Commit
75-
run: npm run build-commit
76-
# NOTE: uncomment when ready
77-
# - name: Release 🎉
78-
# uses: cycjimmy/semantic-release-action@v2
79-
# with:
80-
# extends: |
81-
# @semantic-release/apm-config
82-
# env:
83-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84-
# ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
74+
# - name: Build and Commit
75+
# run: npm run build-commit
76+
- name: Release 🎉
77+
uses: cycjimmy/semantic-release-action@v2
78+
with:
79+
extends: |
80+
@semantic-release/apm-config
81+
env:
82+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83+
ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
8584

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

0 commit comments

Comments
 (0)