Skip to content

Commit 32118f5

Browse files
committed
release
1 parent 6aff693 commit 32118f5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,14 @@ jobs:
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)