Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix(ci):url
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed Sep 30, 2023
1 parent 40c9c9f commit 73d81a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PLUTO_GITHUB }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release --dry-run
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:elribonazo/prism-pluto-encrypted.git"
"url": "https://github.com/elribonazo/prism-pluto-encrypted.git"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down

0 comments on commit 73d81a2

Please sign in to comment.