Skip to content

Commit

Permalink
fix: CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Sep 2, 2022
1 parent 97a81d9 commit 1f09fc7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
at: .
- run:
name: Install release-please
command: npm i release-please -g
command: yarn global add release-please
- run:
name: Create or update release PR
command: release-please release-pr --token=${GH_TOKEN} --repo-url=sandworm-hq/sandworm-js
Expand All @@ -106,7 +106,7 @@ jobs:
at: .
- run:
name: Install release-please
command: npm i release-please -g
command: yarn global add release-please
- run:
name: Create release
command: release-please github-release --token=${GH_TOKEN} --repo-url=sandworm-hq/sandworm-js
Expand Down Expand Up @@ -194,7 +194,5 @@ workflows:
requires:
- build
filters:
branches:
only: main
tags:
only: /^v.*/

0 comments on commit 1f09fc7

Please sign in to comment.