Skip to content

Commit

Permalink
build: publish to GitHub packages - ensure environment variables are set
Browse files Browse the repository at this point in the history
  • Loading branch information
briancorbinxyz committed Sep 1, 2024
1 parent 373f19e commit ce8a57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Publish to GitHub Packages
run: ./gradlew publish
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ testing {
}
}

val projectVersion by extra("1.1.0")
val projectVersion by extra("1.1.1")

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

0 comments on commit ce8a57e

Please sign in to comment.