Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
chore: locked version for semantic-release (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
kisaiev committed Jun 27, 2023
1 parent 37fbf15 commit 612bd1c
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 501 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -17,3 +17,6 @@ updates:
# Ignore Hapi major updates
- dependency-name: "@hapi/hapi"
update-types: ["version-update:semver-major"]
# Ignore Semantic Release major updates
- dependency-name: "semantic-release"
update-types: ["version-update:semver-major"]
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -33,4 +33,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx --no-install semantic-release

0 comments on commit 612bd1c

Please sign in to comment.