We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c05a5 commit 2ae876dCopy full SHA for 2ae876d
.github/workflows/release.yml
@@ -43,6 +43,8 @@ jobs:
43
Release version ${{ steps.get_version.outputs.VERSION }}
44
draft: false
45
prerelease: false
46
+ env:
47
+ GITHUB_TOKEN: ${{ secrets.RELEASE_PAT }} # Use a personal access token instead of the default token
48
49
# - name: Update to next development version
50
# run: |
gradle.properties
@@ -19,7 +19,7 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
19
20
21
GROUP=io.github.windedge.table
22
-VERSION_NAME=0.1.10-SNAPSHOT
+VERSION_NAME=0.1.10
23
24
SONATYPE_HOST=S01
25
RELEASE_SIGNING_ENABLED=true
0 commit comments