Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/release_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,8 @@ jobs:
run: |
# Publish with changesets using snapshot mode
# --no-git-tag: Don't create git tags for preview releases
# --snapshot: Publish as snapshot/preview release
# --tag: Use our custom dist-tag
Comment thread
tk-o marked this conversation as resolved.
pnpm changeset publish --no-git-tag --snapshot --tag ${{ needs.validate-and-prepare.outputs.dist-tag }}
pnpm changeset publish --no-git-tag --tag ${{ needs.validate-and-prepare.outputs.dist-tag }}

# Extract published version from package.json
PUBLISHED_VERSION=$(node -p "require('./packages/ensnode-sdk/package.json').version")
Expand Down
121 changes: 80 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ catalog:
"@types/node": 24.10.9
"@types/react": 19.2.7
"@types/react-dom": 19.2.3
astro: ^6.3.3
astro: ^6.4.7
astro-font: ^1.1.0
astro-seo: ^1.1.0
caip: 1.1.1
Expand Down
Loading