Skip to content

Commit

Permalink
chore: semantic-release dep, correct command to run
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed May 27, 2023
1 parent d1edad1 commit 225790c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ blocks:
- echo '{"experimental":true}' > /etc/docker/daemon.json
- sudo service docker restart
- echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
- pnpm run semantic-release
- pnpm run release
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"json": "^11.0.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.1",
"semantic-release": "^21.0.2",
"sinon": "^15.1.0"
},
"files": [
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 225790c

Please sign in to comment.