Skip to content

Commit 7add030

Browse files
author
tuannc2
committed
Release v1.0.10
1 parent f32c16c commit 7add030

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- package.json
99
- CHANGELOG.md
10-
workflow_dispatch:
10+
workflow_dispatch:
1111

1212
permissions:
1313
contents: write
@@ -29,9 +29,11 @@ jobs:
2929
with:
3030
version: latest
3131

32-
# Step 3: Install Dependencies
32+
# Step 3: Install Dependencies && Build Package
3333
- name: Install Dependencies
3434
run: bun install --frozen-lockfile
35+
- name: Build Package
36+
run: bun run build
3537

3638
# Step 4: Read version from package.json
3739
- name: Read package version

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.0.10
2+
3+
## Fix
4+
5+
- Fix missing dist folder in published package
6+
17
## v1.0.9
28

39
## FIX

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-cache-build-gitlab",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"main": "dist/index.js",
55
"type": "module",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)