Skip to content

Commit

Permalink
fix cd-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rannn505 committed May 30, 2024
1 parent 1052397 commit cb0497c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-start-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
- name: Post Slack message
id: slack
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.26.0
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build package code and produce tarballs
run: |
pnpm --filter ${{ env.PACKAGE_NAME }} \
pnpm --filter ${{ env.PACKAGE_NAME }} run \
build:tar
# https://github.com/oclif/oclif
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/cd-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@ jobs:
pnpm --filter ${{ env.PACKAGE_NAME }} --filter @configu/node --filter @configu/browser exec \
npm --no-git-tag-version version ${{ steps.deployment.outputs.release-version }}
# npm pkg set dependencies.@configu/ts=${{ steps.deployment.outputs.release-version }} \
# --workspace=@configu/node --workspace=@configu/browser
# npm install
- name: Build package code
run: |
pnpm run build
pnpm --filter @configu/browser run build:bundle
- name: Publish to npm
run: |
Expand Down

0 comments on commit cb0497c

Please sign in to comment.