Skip to content

Commit

Permalink
chore: omg force
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Sep 7, 2024
1 parent f088c6a commit 20fba77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/ffi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ func dartBuild(ctx context.Context, client *dagger.Client, hostDirectory *dagger

_, err = container.WithSecretVariable("PUB_TOKEN", pubToken).
WithExec([]string{"dart", "pub", "token", "add", "https://pub.dev", "--env-var", "PUB_TOKEN"}).
WithExec([]string{"dart", "pub", "publish"}).
WithExec([]string{"dart", "pub", "publish", "--force"}).
Sync(ctx)

return err
Expand Down

0 comments on commit 20fba77

Please sign in to comment.