diff --git a/.travis.yml b/.travis.yml index 9b3ceac..0c3793f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ jobs: api_key: $NPM_API_KEY tag: next - stage: NPM Release - if: tag =~ /-(rc|RC)/ + if: not tag =~ /-(rc|RC)/ node_js: "14.16" script: - npm install @@ -29,4 +29,4 @@ jobs: api_key: $NPM_API_KEY skip_cleanup: true on: - tags: true \ No newline at end of file + tags: true