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

Commit 4efa74f

Browse files
authored
chore: initial release
1 parent d92bedd commit 4efa74f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/CI.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,23 @@ jobs:
9898
- name: Commit lint ✨
9999
uses: wagoid/commitlint-github-action@v4
100100

101-
# Release:
102-
# needs: [Test, CommitLint, Lint]
103-
# if: github.ref == 'refs/heads/master' &&
104-
# github.event.repository.fork == false
105-
# runs-on: ubuntu-latest
106-
# steps:
107-
# - uses: actions/checkout@v2
108-
# - uses: UziTech/action-setup-atom@v1
109-
# - uses: actions/setup-node@v3
110-
# with:
111-
# node-version: "lts/*"
112-
# - name: NPM install
113-
# run: npm install
114-
# - name: Release 🎉
115-
# uses: cycjimmy/semantic-release-action@v2
116-
# with:
117-
# extends: @semantic-release/apm-config
118-
# env:
119-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120-
# ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
101+
Release:
102+
needs: [Test, CommitLint, Lint]
103+
if: github.ref == 'refs/heads/master' &&
104+
github.event.repository.fork == false
105+
runs-on: ubuntu-latest
106+
steps:
107+
- uses: actions/checkout@v2
108+
- uses: UziTech/action-setup-atom@v1
109+
- uses: actions/setup-node@v3
110+
with:
111+
node-version: "lts/*"
112+
- name: NPM install
113+
run: npm install
114+
- name: Release 🎉
115+
uses: cycjimmy/semantic-release-action@v2
116+
with:
117+
extends: @semantic-release/apm-config
118+
env:
119+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120+
ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)