UNPKG

@egendata/react-native-simple-crypto

Version:
22 lines (19 loc) 516 B
# The jobs section declares jobs available in this build context jobs: include: - stage: publish name: "Run semantic-release and publish a new version" language: node_js install: - npm ci script: - npx semantic-release # Flow control # This section defines the order in which stages are run and when to run certain stages stages: - name: publish if: (branch = master AND type != pull_request) notifications: email: on_success: never on_failure: change