Skip to content

Commit

Permalink
Merge pull request #212 from ensdomains/maybe-this-helps
Browse files Browse the repository at this point in the history
maybe this helps
  • Loading branch information
talentlessguy committed Sep 23, 2024
2 parents 75d3632 + da4a476 commit 4f88fe8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["docs", "examples"]
}
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
permissions:
contents: write
id-token: write
pull-requests: write
steps:
- uses: actions/checkout@v4

Expand All @@ -39,6 +40,11 @@ jobs:
- name: Build Packages
run: pnpm -r build

- name: Fix npmrc
run: npm config set "//registry.npmjs.org/:_authToken" "$NPM_TOKEN"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
strict-peer-dependencies=false
strict-peer-dependencies=false
link-workspace-packages=deep
provenance=true

0 comments on commit 4f88fe8

Please sign in to comment.