From 4bf4326da8e9958786fb867ce8dcc132ffc6765e Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Thu, 18 Jan 2024 00:38:10 -0300 Subject: [PATCH] fix: github workflow --- .changeset/witty-timers-join.md | 5 +++++ .github/workflows/release-preview.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/witty-timers-join.md diff --git a/.changeset/witty-timers-join.md b/.changeset/witty-timers-join.md new file mode 100644 index 0000000..cb5d731 --- /dev/null +++ b/.changeset/witty-timers-join.md @@ -0,0 +1,5 @@ +--- +"lilbetter.js": patch +--- + +Fix github workflow diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index bc82844..f4db966 100644 --- a/.github/workflows/release-preview.yml +++ b/.github/workflows/release-preview.yml @@ -11,7 +11,7 @@ on: jobs: release: - if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'loreddev/marknow' }} + if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'loreddev/lilbetter.js' }} name: Release preview env: HUSKY: 0