Skip to content

Commit a4353f2

Browse files
authored
ci: fix broken publish script
1 parent ef1f6fe commit a4353f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
cd:
1010
name: Publish to NPM
1111
uses: ftrackhq/ftrack-actions/.github/workflows/publish-npm.yml@main
12+
with:
13+
packageUrl: https://www.npmjs.com/package/@ftrack/api
1214
secrets:
1315
token: ${{ secrets.GITHUB_TOKEN }}
1416
npmToken: ${{ secrets.NPM_TOKEN }}
15-
packageUrl: https://www.npmjs.com/package/@ftrack/api

0 commit comments

Comments
 (0)