Skip to content

Commit

Permalink
chore: Finalise updates to github actions (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmandM authored May 15, 2024
1 parent 7dec53e commit ef825ee
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-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- run: npm run compile
# Publish to npm
- run: |
if [[ ${{ needs.setup.outputs.do_dry_run }} == 'true' ]]; then
if [[ ${{ inputs.prerelease }} == 'true' ]]; then
npm publish --access public --dry-run
else
npm publish --access public
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/EmandM/ts-mock-imports"
"url": "git+https://github.com/EmandM/ts-mock-imports.git"
},
"keywords": [
"import",
Expand Down

0 comments on commit ef825ee

Please sign in to comment.