Skip to content

Commit

Permalink
🙈 attempt to fix failing publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Knight committed Oct 19, 2022
1 parent 35eb42e commit 1cd779f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
with:
node-version: "16.x"
cache: "yarn"
registry-url: "https://registry.npmjs.org"
registry-url: "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}"

- run: yarn install

- run: yarn publish
name: Publish to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geo2zip",
"version": "4.0.0",
"version": "4.0.1",
"description": "Translates latitude / longitude geolocations to the nearest corresponding U.S. zip code",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit 1cd779f

Please sign in to comment.