From a6b8f049415ce31227438510764d9a553c957ca4 Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Thu, 11 May 2023 08:15:31 -0400 Subject: [PATCH] Moving Assembly Script to end of publish. --- .drone.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index 111124ac44..f0a9534a17 100644 --- a/.drone.yml +++ b/.drone.yml @@ -370,22 +370,6 @@ steps: prerelease: - true -- name: as-contract-publish - image: plugins/npm - settings: - username: - from_secret: npm_user - token: - from_secret: npm_token - email: - from_secret: npm_email - folder: - - "smart_contracts/contract_as" - fail_on_version_conflict: - - true - access: - - "public" - - name: nctl-s3-build <<: *buildenv_upload commands: @@ -415,6 +399,22 @@ steps: commands: - "./ci/publish_to_crates_io.sh" +- name: as-contract-publish + image: plugins/npm + settings: + username: + from_secret: npm_user + token: + from_secret: npm_token + email: + from_secret: npm_email + folder: + - "smart_contracts/contract_as" + fail_on_version_conflict: + - true + access: + - "public" + - name: notify image: plugins/slack settings: