mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-19 02:02:23 -06:00
🛠️ fix ci
This commit is contained in:
parent
e379df35cd
commit
7e227a312c
@ -1,8 +0,0 @@
|
|||||||
# Changesets
|
|
||||||
|
|
||||||
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
|
|
||||||
with multi-package repos, or single-package repos to help you version and publish your code. You can
|
|
||||||
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
|
|
||||||
|
|
||||||
We have a quick list of common questions to get you started engaging with this project in
|
|
||||||
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
|
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Check if release is required
|
- name: Check if release is required
|
||||||
run: npx changeset status
|
run: ls .changeset/*.md > /dev/null 2>&1 || exit 1
|
||||||
|
|
||||||
- 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