Skip to content

Commit

Permalink
Fix auto-npm-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
keichan34 committed Oct 18, 2024
1 parent 7bdddbb commit ee04490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
registry-url: 'https://registry.npmjs.org'
scope: '@geolonia'
cache: 'npm'

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cache
*.0x
*.7z
explorer

geolonia-japanese-addresses-v2-*.tgz

0 comments on commit ee04490

Please sign in to comment.