Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request appwrite#89 from appwrite/fix-travis-condition
Browse files Browse the repository at this point in the history
Fix condition for deploying to NPM
  • Loading branch information
christyjacob4 authored Feb 23, 2024
2 parents 324d9c2 + c5254d7 commit bf13f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,4 +29,4 @@ jobs:
api_key: $NPM_API_KEY
skip_cleanup: true
on:
tags: true
tags: true

0 comments on commit bf13f87

Please sign in to comment.