Skip to content

Commit

Permalink
chore: fix repository url and add workflow_dispatch to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jan 3, 2024
1 parent 1a54d1a commit 4316f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [published]
repository_dispatch:
types: [publish]
workflow_dispatch:

jobs:
publish-npm:
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": "out/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/crowdin/crowdin-api-client-js.git"
"url": "git+https://github.com/crowdin/crowdin-api-client-js.git"
},
"files": [
"out/**/*"
Expand Down

0 comments on commit 4316f5f

Please sign in to comment.