Skip to content

Commit

Permalink
fix: Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Sep 18, 2023
1 parent 3a3fae5 commit 7108d0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
deploy:
timeout-minutes: 30
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ plugins {
alias(libs.plugins.kotlinter)
}

group = "com.svenjacobs.reveal"
version = (System.getenv("RELEASE_TAG_NAME") ?: "SNAPSHOT").replace("v", "")

subprojects {
apply(plugin = "org.jmailen.kotlinter")
}
Expand Down

0 comments on commit 7108d0d

Please sign in to comment.