Skip to content

Commit 66ef156

Browse files
committed
feat: semantic release has been added
1 parent 038a89b commit 66ef156

File tree

4 files changed

+6063
-257
lines changed

4 files changed

+6063
-257
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ jobs:
3232
- name: Check code format
3333
run: npm run format:check
3434
- name: Run tests
35-
run: |
36-
echo $NODE_ENV
37-
echo $CODEMASH_PROJECT_ID
38-
echo $CODEMASH_SECRET_KEY
39-
npm test
35+
run: npm test
4036
env:
4137
NODE_ENV: test
4238
- name: Upload test coverage
@@ -54,4 +50,8 @@ jobs:
5450
- name: Allow download artifacts
5551
uses: actions/download-artifact@v2
5652
# with:
57-
# name: codemash-js-artifact
53+
# name: codemash-js-artifact
54+
- name: Create a release
55+
run: npx semantic-release
56+
env:
57+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)