Skip to content

Commit

Permalink
Merge pull request #31 from elek-io/finalize-cd
Browse files Browse the repository at this point in the history
Seems that changesets needs to run on all runners for the if statemen…
  • Loading branch information
Nils-Kolvenbach authored Oct 19, 2024
2 parents bde04f0 + 9493e23 commit 6284fd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/small-sloths-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@elek-io/client': patch
---

Fix CD pipeline
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
# run: npm run lint
- name: Create or update pull request
id: changesets
if: runner.os == 'Linux'
uses: changesets/action@v1
with:
title: 'WIP: Release x.x.x'
Expand Down

0 comments on commit 6284fd3

Please sign in to comment.