Skip to content

Commit

Permalink
for cd test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Nov 29, 2024
1 parent bd5ac41 commit 10867ca
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main
- intro-changeset-on-push-feature
env:
working-directory: frontend

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -21,13 +23,14 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: frontend
- uses: pnpm/[email protected]
- run: pnpm i --frozen-lockfile
sparse-checkout: ${{ env.working-directory }}
- uses: ./.github/actions/pnpm-setup
with:
working-directory: ${{ env.working-directory }}
- name: Create Release Pull Request or Publish to npm
uses: changesets/[email protected]
with:
cwd: frontend
cwd: ${{ env.working-directory }}
publish: pnpm changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 10867ca

Please sign in to comment.