Skip to content

Commit d4603d2

Browse files
committed
fix: release 0.4.10-rc1-sqlite
1 parent 64ff25f commit d4603d2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- "release/*"
6-
- "release-sqlite/*"
76

87
jobs:
98
release:

src/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export DIST_NAME=MonsterPi
2-
export DIST_VERSION=0.4.10-sqlite-rc1
2+
export DIST_VERSION=0.4.10-rc1-sqlite
33
export BASE_DISTRO=ubuntu
44
export BASE_ARCH=aarch64
55
# This does not work without $BASE_IMAGE_PATH

0 commit comments

Comments
 (0)