Skip to content

Commit

Permalink
Use , depend on
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 committed May 9, 2024
1 parent 3abf4b7 commit 47fc704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: build
needs: [build, test]
name: Deploy Dokka
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }}
timeout-minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "xyz.calcugames"
version = "0.1.0"
version = "0.1.0-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit 47fc704

Please sign in to comment.