We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038a89b commit 66ef156Copy full SHA for 66ef156
.github/workflows/ci.yaml
@@ -32,11 +32,7 @@ jobs:
32
- name: Check code format
33
run: npm run format:check
34
- name: Run tests
35
- run: |
36
- echo $NODE_ENV
37
- echo $CODEMASH_PROJECT_ID
38
- echo $CODEMASH_SECRET_KEY
39
- npm test
+ run: npm test
40
env:
41
NODE_ENV: test
42
- name: Upload test coverage
@@ -54,4 +50,8 @@ jobs:
54
50
- name: Allow download artifacts
55
51
uses: actions/download-artifact@v2
56
52
# with:
57
- # name: codemash-js-artifact
53
+ # name: codemash-js-artifact
+ - name: Create a release
+ run: npx semantic-release
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments