Skip to content

Commit

Permalink
chore(dev): clarify which dev environment built the jar
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Mar 6, 2023
1 parent 77783f9 commit 9d51350
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle/publish.gradle
Expand Up @@ -37,6 +37,9 @@ jar {
'GHA-HEAD_REF': "${System.getenv('GITHUB_HEAD_REF')}",
'GHA-BASE_REF': "${System.getenv('GITHUB_BASE_REF')}",
'GHA-ACTION': "${System.getenv('GITHUB_ACTION')}",
'CODESPACES': "${System.getenv('CODESPACES')}",
'CODESPACES-NAME': "${System.getenv('CODESPACES_NAME')}",
'GITPOD':"${System.getenv('GITPOD_WORKSPACE_URL')}",
)
}
}
Expand Down

0 comments on commit 9d51350

Please sign in to comment.