Skip to content

Commit

Permalink
ci(gh-actions): run nuget push with --skip-duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Sep 17, 2023
1 parent 75ce518 commit 4db4ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/bin/dist-pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ for rid in "${rids[@]}"; do
-r $rid \
-o $output_dir \
--self-contained \
--skip-duplicate \ # Bypass CI failure when running CI several times.
--version-suffix "$(git -C lib9c rev-parse HEAD)"

bin_name=lib9c
Expand Down

0 comments on commit 4db4ab7

Please sign in to comment.