Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit d24ed9b

Browse files
committed
ci: fix incorrect npm package
1 parent 700661c commit d24ed9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: 12.16.3
1717

1818
- name: prepare
19-
run: npm install @semantic-release/gitlab @semantic-release/exec conventional-changelog-conventionalcommits
19+
run: npm install @semantic-release/github @semantic-release/exec conventional-changelog-conventionalcommits
2020

2121
- name: release
2222
run: npx semantic-release

0 commit comments

Comments
 (0)