Skip to content

Commit 94e6336

Browse files
committed
fix: trigger CI build
1 parent 10acb77 commit 94e6336

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.releaserc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"branch": "master",
33
"verifyConditions": ["@semantic-release/npm", "@semantic-release/github"],
44
"prepare": [
5-
{ "path": "@semantic-release/exec", "cmd": "./scripts/doc.sh" },
6-
"@semantic-release/changelog",
75
"@semantic-release/npm",
86
{ "path": "@semantic-release/exec", "cmd": "yarn docker-release" },
97
"@semantic-release/git"

.semaphore/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ blocks:
1515
commands:
1616
- checkout
1717
- cache restore node-modules-$(checksum yarn.lock)
18+
- echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
1819
jobs:
1920
- name: yarn semantic-release
2021
commands:

0 commit comments

Comments
 (0)