Skip to content
This repository was archived by the owner on Sep 10, 2020. It is now read-only.

Commit 3e681a6

Browse files
committed
ci(semantic-release): remove unused plugin
1 parent 694b6d8 commit 3e681a6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
- name: PNPM install
5454
run: npm i -g pnpm && pnpm i -P
5555
- run: pnpm install
56-
- run: mkdir -p docs
5756
- name: Semantic Release Action
5857
uses: saitho/semantic-release-action-pnpm@master
5958
env:

.releaserc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
[
1010
"@semantic-release/git",
1111
{"assets": ["package.json", "setup.py"]}
12-
],
13-
"@qiwi/semantic-release-gh-pages-plugin"
12+
]
1413
],
1514
"branches": [
1615
"master"

0 commit comments

Comments
 (0)