Skip to content

Commit

Permalink
ci: remove more version locks
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF authored Aug 1, 2024
1 parent e111e4f commit 7e06050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
node-version: 20.x
-
name: Install dependencies
run: yarn global add semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/exec @semantic-release/release-notes-generator @semantic-release/commit-analyzer@10.0.1 conventional-changelog-conventionalcommits@6.1.0
run: yarn global add semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/exec @semantic-release/release-notes-generator @semantic-release/commit-analyzer conventional-changelog-conventionalcommits
-
name: Semantic Release
run: "semantic-release"
Expand Down

0 comments on commit 7e06050

Please sign in to comment.