Skip to content

Commit 11237f4

Browse files
Merge pull request #29 from elek-io/finalize-cd
Changesets should only run on linux and publishing only if there are …
2 parents 5038984 + 2ff6e9b commit 11237f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/empty-nails-drive.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@elek-io/client': patch
3+
---
4+
5+
Fixed CD pipeline

.github/workflows/cd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
# - name: Run linter
3232
# run: npm run lint
3333
- name: Create or update pull request
34-
if: job.runs-on == 'ubuntu-22.04'
34+
id: changesets
35+
if: runner.os == 'Linux'
3536
uses: changesets/action@v1
3637
with:
3738
title: 'WIP: Release x.x.x'

0 commit comments

Comments
 (0)