Skip to content

Commit 45cef86

Browse files
committed
feat: bump base version to 0.1.16 and update permissions in workflows
1 parent dbc25a9 commit 45cef86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
tag_name: "v${{ needs.tag.outputs.version }}"
5353
secrets: inherit
5454
permissions:
55-
contents: read
55+
contents: write
5656
packages: write

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99

1010
permissions:
11-
contents: read
11+
contents: write
1212
packages: write
1313

1414
jobs:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
22
group=io.github.eventhorizonlab
3-
baseVersion=0.1.15
3+
baseVersion=0.1.16
44
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)