mirror of
https://github.com/directus/directus.git
synced 2026-01-27 20:38:21 -05:00
Remove NPM token check
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -53,9 +53,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Check NPM_TOKEN secret
|
||||
if: secrets.NPM_TOKEN == null || secrets.NPM_TOKEN == ''
|
||||
run: exit 1
|
||||
- uses: actions/checkout@v2
|
||||
- name: Restore build artifacts
|
||||
uses: actions/cache@v2
|
||||
|
||||
Reference in New Issue
Block a user