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: