Skip to content

Commit 9660317

Browse files
committed
chrore: enable semantic release [skip ci]
1 parent bbdb7c5 commit 9660317

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/CI.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
run: npm install
4545
- name: Build and Commit
4646
run: npm run build-commit
47-
# - name: Release 🎉
48-
# uses: cycjimmy/semantic-release-action@v2
49-
# with:
50-
# extends: |
51-
# @semantic-release/apm-config
52-
# env:
53-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
# ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
47+
- name: Release 🎉
48+
uses: cycjimmy/semantic-release-action@v2
49+
with:
50+
extends: |
51+
@semantic-release/apm-config
52+
env:
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
5555

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

0 commit comments

Comments
 (0)