Skip to content

Commit 9db38a3

Browse files
committed
chore(ci): remove github packages
1 parent 7a5e088 commit 9db38a3

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/release-pkg.yaml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -54,34 +54,3 @@ jobs:
5454
run: pnpm run changelogithub
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
58-
release-github:
59-
name: Release to GitHub Packages
60-
runs-on: ubuntu-24.04
61-
steps:
62-
- name: Checkout
63-
uses: actions/checkout@v4
64-
65-
- name: Install Node.js 22.x
66-
uses: actions/setup-node@v4
67-
with:
68-
node-version: 22.x
69-
# registry-url required. Learn more at
70-
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
71-
registry-url: 'https://npm.pkg.github.com'
72-
73-
- uses: pnpm/action-setup@v3
74-
name: Install pnpm
75-
with:
76-
run_install: false
77-
78-
- name: Install dependencies
79-
run: pnpm install --frozen-lockfile
80-
81-
- name: Packages build
82-
run: pnpm run build
83-
84-
- name: Packages publish
85-
run: pnpm publish -r --access public --no-git-checks
86-
env:
87-
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)