Skip to content

Commit

Permalink
ci: Adds installation of semantic-release to enable exec to work
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert committed Jun 18, 2022
1 parent d04eaea commit 0d79b5f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: npm ci
- name: Semantic Release
run: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} npx semantic-release
35 changes: 35 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@actions/github": "5.0.3"
},
"devDependencies": {
"@semantic-release/exec": "6.0.3",
"@types/node": "17.0.41",
"c8": "7.11.3",
"esbuild": "0.14.43",
Expand Down

0 comments on commit 0d79b5f

Please sign in to comment.