Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn committed Oct 17, 2024
1 parent 7167e77 commit 61703fe
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- uses: pnpm/action-setup@v3

- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -32,14 +27,6 @@ jobs:
- name: Install dependencies
run: yarn --immutable

- name: Add auth token to .npmrc file
run: |
cat << EOF >> ".npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Get changeset status
id: get-changeset-status
run: |
Expand All @@ -54,7 +41,6 @@ jobs:
with:
commit: Release ${{ steps.get-changeset-status.outputs.new-version }}
title: Release ${{ steps.get-changeset-status.outputs.new-version }}
# build package and call changeset publish
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 61703fe

Please sign in to comment.