Skip to content

Commit f77f976

Browse files
authored
chore: fixed the release configuration to not install the deps
1 parent c551fb5 commit f77f976

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
with:
2626
go-version-file: 'go.mod'
2727

28-
- name: Install Semantic Release
29-
run: |
30-
npm install --global semantic-release
31-
npm install --global @semantic-release/git
32-
npm install --global @semantic-release/exec
33-
3428
- name: Run semantic-release
3529
uses: mridang/action-semantic-release@v1.0.0
3630
with:

0 commit comments

Comments
 (0)