Skip to content

Commit

Permalink
fix(pkg): I am going to cry
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Aug 23, 2024
1 parent 281a8fe commit d9d1a46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
uses: bahmutov/npm-install@e5c7e14408aa6089501de32bd16123b41738047e # v1.10.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- name: Publish to npm
if: ${{ steps.release.outputs.release_created }}
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: npm publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Import scripts and modules from virtual filesystems",
"repository": {
"type": "git",
"url": "https://github.com/boneskull/impvol"
"url": "git+https://github.com/boneskull/impvol.git"
},
"author": {
"name": "Christopher Hiller",
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": {
".": {
"release-type": "node",
"release-as": "0.1.4"
"release-as": "0.1.5"
}
}
}

0 comments on commit d9d1a46

Please sign in to comment.