mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-23 20:12: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'
|
node-version: '18'
|
||||||
check-latest: true
|
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
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Check if release is required
|
- name: Check if release is required
|
||||||
run: ls .changeset/*.md > /dev/null 2>&1 || exit 1
|
run: ls .changeset/*.md > /dev/null 2>&1 || exit 1
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: If there is no need to release
|
- name: If there is no need to release
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user