Skip to content

Commit

Permalink
feat: edit publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Juyeong-Byeon committed Jun 25, 2024
1 parent ee2de23 commit 56f2577
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,15 @@ prepare:
- "package-lock.json"
message: "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
- path: "@semantic-release/exec"
prepareCmd: |
echo "prepared"

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/
success:
- path: "@semantic-release/github"
- path: "@saithodev/semantic-release-backmerge"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 56f2577

Please sign in to comment.