Skip to content

Commit

Permalink
Revert use of npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tovbinm committed Jun 17, 2022
1 parent 385bdc9 commit 11f78b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Publish Airbyte CDK package
run: |
cd faros-airbyte-cdk && \
npm ci && \
npm i && \
npm version ${{ env.TAG_VERSION }} && \
npm publish --access public --tag latest
env:
Expand All @@ -48,7 +48,7 @@ jobs:
cd destinations/airbyte-faros-destination && \
cat package.json | jq --arg V "${{ env.TAG_VERSION }}" '.dependencies."faros-airbyte-cdk" = $V' > package.tmp && \
mv package.tmp package.json && \
npm ci && \
npm i && \
npm version ${{ env.TAG_VERSION }} && \
npm publish --access public --tag latest
env:
Expand Down

0 comments on commit 11f78b0

Please sign in to comment.