Skip to content

Commit b5ff2cc

Browse files
committed
💚 ci(env): up build process
1 parent 962c7ae commit b5ff2cc

File tree

7 files changed

+25
-4
lines changed

7 files changed

+25
-4
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Get updated versions if exists
110110
id: updated
111111
run: |
112-
core_version=$(echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -r '.[] | select(.name == "@creatium/core") | .version')
112+
core_version=$(echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -r '.[] | select(.name == "creatium") | .version')
113113
core_version_major=${core_version%%.*}
114114
echo Set changesets outputs
115115
echo '${{ toJSON(steps.changesets.outputs) }}'

packages/_config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @creatium/repo-config
22

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- fix gh workflows
8+
39
## 0.1.10
410

511
### Patch Changes

packages/_config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@creatium/repo-config",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": true,
55
"homepage": "https://creatium.pigeonposse.com/guide/config/repo-config",
66
"bugs": {

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# creatium
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- fix gh workflows
8+
39
## 0.1.11
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "creatium",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "Build your create-bins quickly and easily",
55
"keywords": [
66
"cli",

packages/create/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# create-creatium
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- fix gh workflows
8+
9+
- Updated dependencies []:
10+
11+
312
## 0.1.11
413

514
### Patch Changes

packages/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-creatium",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "Create a new creatium project",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)