Skip to content

Commit

Permalink
feat: edit publish5
Browse files Browse the repository at this point in the history
  • Loading branch information
Juyeong-Byeon committed Jun 25, 2024
1 parent 8efc0d3 commit 5bf4fb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,15 @@ prepare:
message: "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
- path: "@semantic-release/exec"

build:
- path: "@semantic-release/exec"
prepareCmd: |
npm run build
publish:
- path: "@semantic-release/github"
- path: "@semantic-release/exec"
publishCmd: |
aws s3 cp --recursive --region ap-northeast-2 dist s3://matthew-deploy-ci-test-dev-south-kr/
aws s3 sync ./dist s3://matthew-deploy-ci-test-dev-south-kr --profile=deploy-ci
success:
- path: "@semantic-release/github"
- path: "@saithodev/semantic-release-backmerge"
Expand Down

0 comments on commit 5bf4fb4

Please sign in to comment.