Skip to content

Commit

Permalink
Merge pull request #29 from elek-io/finalize-cd
Browse files Browse the repository at this point in the history
Changesets should only run on linux and publishing only if there are …
  • Loading branch information
Nils-Kolvenbach authored Oct 19, 2024
2 parents 5038984 + 2ff6e9b commit 11237f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/empty-nails-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@elek-io/client': patch
---

Fixed CD pipeline
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
# - name: Run linter
# run: npm run lint
- name: Create or update pull request
if: job.runs-on == 'ubuntu-22.04'
id: changesets
if: runner.os == 'Linux'
uses: changesets/action@v1
with:
title: 'WIP: Release x.x.x'
Expand Down

0 comments on commit 11237f4

Please sign in to comment.