Skip to content

Commit 20aba5f

Browse files
Revert "ci: publish package to GitHub Packages"
This reverts commit 8b7b39d.
1 parent f974437 commit 20aba5f

2 files changed

Lines changed: 1 addition & 23 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,6 @@ jobs:
2424
- run: bun run build
2525
- run: npm publish --provenance --access public
2626

27-
github:
28-
runs-on: ubuntu-latest
29-
permissions:
30-
contents: read
31-
packages: write
32-
steps:
33-
- uses: actions/checkout@v6
34-
- uses: oven-sh/setup-bun@v2
35-
with:
36-
bun-version: latest
37-
- uses: actions/setup-node@v6
38-
with:
39-
node-version: 24
40-
registry-url: https://npm.pkg.github.com
41-
- run: bun install --frozen-lockfile
42-
- run: bun run build
43-
- run: npm publish --registry=https://npm.pkg.github.com
44-
env:
45-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
4727
jsr:
4828
runs-on: ubuntu-latest
4929
permissions:

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ bun run build
6464

6565
Publishing runs from GitHub releases through `.github/workflows/publish.yml`.
6666

67-
The workflow publishes to npm, GitHub Packages, and JSR.
67+
The workflow publishes to npm and JSR with GitHub OpenID Connect tokens.
6868

6969
Before the first npm release, configure npm trusted publishing for `@enderdash/client` with:
7070

@@ -76,6 +76,4 @@ Before the first JSR release, create or open `@enderdash/client` on JSR, then li
7676

7777
- repository: `enderdash-com/enderdash-client`
7878

79-
GitHub Packages publishes through `GITHUB_TOKEN`. After the first GitHub Packages publish, check the package visibility and access settings in GitHub Packages.
80-
8179
Then publish by creating a GitHub release for the version in `package.json`.

0 commit comments

Comments
 (0)