Skip to content

Commit 2ae876d

Browse files
committed
chore: Bump version to 0.1.10
- Set version to 0.1.10 for release.
1 parent d8c05a5 commit 2ae876d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
Release version ${{ steps.get_version.outputs.VERSION }}
4444
draft: false
4545
prerelease: false
46+
env:
47+
GITHUB_TOKEN: ${{ secrets.RELEASE_PAT }} # Use a personal access token instead of the default token
4648

4749
# - name: Update to next development version
4850
# run: |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
1919

2020

2121
GROUP=io.github.windedge.table
22-
VERSION_NAME=0.1.10-SNAPSHOT
22+
VERSION_NAME=0.1.10
2323

2424
SONATYPE_HOST=S01
2525
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)