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