Skip to content

Commit 5f9855d

Browse files
committed
Typo
1 parent 110abdb commit 5f9855d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux-build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
uses: ./.github/actions/zenodo-release
207207
with:
208208
tool: ${{matrix.tool}}
209-
precrecord: ${{matrix.record}}
209+
prevrecord: ${{matrix.record}}
210210
token: ${{secrets.zenodo_token}}
211211

212212
deploy-maven:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929

3030
allprojects {
3131
group = "hu.bme.mit.theta"
32-
version = "6.15.5"
32+
version = "6.15.6"
3333

3434

3535
apply(from = rootDir.resolve("gradle/shared-with-buildSrc/mirrors.gradle.kts"))

0 commit comments

Comments
 (0)