From 27a9de618c79b30febc75e30be61ac31dd1ad152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Wolak?= Date: Mon, 28 Feb 2022 23:14:00 +0100 Subject: [PATCH] fix(package): release ci fix --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f576f62..03401b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,12 @@ name: Release on: - push: - branches: - - master - - next - - beta - - alpha + push: + branches: + - main + - next + - beta + - alpha env: CI: true @@ -20,7 +20,7 @@ jobs: - name: Checkout Project uses: actions/checkout@v1 - name: Install Dependencies - run: npm ci + run: npm install --no-package-lock - name: Lint Workspace & Code run: | npm run nx -- workspace-lint @@ -31,4 +31,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN || secrets.GITHUB_TOKEN }} - run: npm run release \ No newline at end of file + run: npm run release