Skip to content

Commit 1b5da92

Browse files
committed
chore(ci): drop github packages dual-publish (blocked by dormant @ethernauta username)
1 parent 4a8b811 commit 1b5da92

3 files changed

Lines changed: 0 additions & 66 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,3 @@ jobs:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6262
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
63-
64-
- name: Configure Node for GitHub Packages
65-
if: steps.changesets.outputs.published == 'true'
66-
uses: actions/setup-node@v4
67-
with:
68-
node-version-file: .tool-versions
69-
registry-url: https://npm.pkg.github.com
70-
scope: "@ethernauta"
71-
72-
- name: Publish to GitHub Packages
73-
if: steps.changesets.outputs.published == 'true'
74-
run: pnpm run release:gh
75-
env:
76-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"changeset": "changeset",
77
"version": "changeset version",
88
"release": "pnpm build && changeset publish",
9-
"release:gh": "node scripts/publish-gh-packages.mjs",
109
"release:dry": "changeset publish --dry-run",
1110
"dev": "pnpm --recursive --parallel --filter @ethernauta/wallet --filter @ethernauta/playground --filter @ethernauta/docs run dev",
1211
"test:unit": "pnpm --recursive run test:unit",

scripts/publish-gh-packages.mjs

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)