Skip to content

Commit

Permalink
fix(): missing dash on refresh dependencies options
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Aug 7, 2024
1 parent a5c4488 commit 44bdb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Gradle check
- name: Build with Gradle
run: ./gradlew check -refresh-dependencies
run: ./gradlew check --refresh-dependencies

# Publish
- name: Publish package to Sonatype
Expand Down

0 comments on commit 44bdb99

Please sign in to comment.