Skip to content

Commit

Permalink
quick save: Sat Dec 28 18:32:33 MSK 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
nikelborm committed Dec 28, 2024
1 parent 3ee981c commit 840e3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
-
name: 'Publish to GitHub''s NPM registry'
run: |
echo -e '//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}\n@nikelborm:registry=https://npm.pkg.github.com/' > /home/runner/work/_temp/.npmrc
sed -i 's/registry.npmjs.org/npm.pkg.github.com/' /home/runner/work/_temp/.npmrc
sed -i 's/"name": "fetch-github-folder"/"name": "@nikelborm\/fetch-github-folder"/' package.json
npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-github-folder",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"description": "Download any directory at any depth from any repo on GitHub on any git ref",
"license": "MIT",
Expand Down

0 comments on commit 840e3a8

Please sign in to comment.