Skip to content

Commit 96a60d5

Browse files
committed
Release on tag.
1 parent 68f8180 commit 96a60d5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ name: Publish
66

77
on:
88
push:
9-
branches: ["main"]
9+
tags:
10+
- '*' # Push events to matching *, i.e. 1.0, 20.15.10
1011

1112
env:
1213
REGISTRY_URL: ghcr.io

SinusApproximator/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kotlin.mpp.enableCInteropCommonization=true
1313
#Ktor
1414
io.ktor.development=true
1515

16-
version=0.0.2
16+
Deplversion=0.0.3

0 commit comments

Comments
 (0)