mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11:22 -06:00
🛠️ fix ci
This commit is contained in:
parent
52dd4d0cee
commit
0f00ac8b13
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@ -15,11 +15,20 @@ jobs:
|
||||
node-version: '18'
|
||||
check-latest: true
|
||||
|
||||
- name: Cache npm dependencies
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Check if release is required
|
||||
run: ls .changeset/*.md > /dev/null 2>&1 || exit 1
|
||||
continue-on-error: true
|
||||
|
||||
- name: If there is no need to release
|
||||
if: ${{ failure() }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user