Skip to content

Commit

Permalink
Fix: Move deps to package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <andrew.nikitin@cheqd.io>
  • Loading branch information
Andrew Nikitin committed May 26, 2022
1 parent 42a156f commit 62232bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
# scope: '@octocat'
- run: npm install conventional-changelog-eslint -D
- run: npm install
- run: npx semantic-release --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@semantic-release/npm": "^9.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/changelog": "^6.0.1",
"conventional-changelog-eslint": "^3.0.9",
"semantic-release": "^19.0.2",
"@types/jest": "27.4.1",
"@typescript-eslint/eslint-plugin": "^5.25.0",
Expand Down

0 comments on commit 62232bd

Please sign in to comment.