Skip to content

Commit ce8a57e

Browse files
build: publish to GitHub packages - ensure environment variables are set
1 parent 373f19e commit ce8a57e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Publish to GitHub Packages
4141
run: ./gradlew publish
4242
env:
43-
USERNAME: ${{ github.actor }}
44-
TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
GITHUB_ACTOR: ${{ github.actor }}
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

buildSrc/src/main/kotlin/buildlogic.java-common-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ testing {
6060
}
6161
}
6262

63-
val projectVersion by extra("1.1.0")
63+
val projectVersion by extra("1.1.1")
6464

6565
public val jdkVersion = 22
6666
// Apply a specific Java toolchain to ease working on different environments.

0 commit comments

Comments
 (0)