Skip to content

Commit

Permalink
ci: uninstall semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr committed Dec 25, 2023
1 parent 3125a84 commit 764c3d3
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2,545 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release --dry-run
run: npx semantic-release@22 --dry-run
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,5 @@
"lint": "cargo fmt --all -- --check && eslint \"**/*.{js,ts,json}\" --max-warnings=0",
"lint:fix": "cargo fmt --all && yarn lint --fix",
"lint:fix-staged": "lint-staged"
},
"dependencies": {
"semantic-release": "^22.0.12"
}
}
Loading

0 comments on commit 764c3d3

Please sign in to comment.