Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Release

on:
push:
branches:
- master
- next
- beta
- alpha
push:
branches:
- main
- next
- beta
- alpha

env:
CI: true
Expand All @@ -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
Expand All @@ -31,4 +31,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN || secrets.GITHUB_TOKEN }}
run: npm run release
run: npm run release