Skip to content

Commit

Permalink
Fix package.json and GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
roelofr committed Nov 24, 2023
1 parent d427515 commit 0c5df7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:

- name: Configure GitHub Packages registry
run: |
echo "@gumbo-millennium:registry=https://npm.pkg.github.com" > .npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc
echo "@gumbo-millennium:registry=https://npm.pkg.github.com" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
- name: Set package version from Git
run: npm version --allow-same-version --no-git-tag-version from-git
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/gumbo-millennium/eslint-config.git"
"url": "git+https://github.com/gumbo-millennium/eslint-config.git"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0c5df7e

Please sign in to comment.