Skip to content

Commit

Permalink
fix: incorrect params for package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
katsanva authored Nov 6, 2024
1 parent 8154397 commit df83e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function runner(): Promise<void> {
apiURL,
appId,
packageFile,
skipTesting,
skipAnalysis,
skipTesting
)
await updateNotes(apiURL, appId, packageId, notes)
Expand Down

0 comments on commit df83e07

Please sign in to comment.