Skip to content

Commit

Permalink
Decreased version. Updated ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaczenko authored and Andrii Tkachenko committed Nov 22, 2024
1 parent 787c907 commit 54563ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0

- name: Project Version
Expand Down Expand Up @@ -125,6 +126,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0

- name: Project Version
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.daemon=true
org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx1512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseG1GC -XX:+UseStringDeduplication
group=io.github.tkaczenko.auditor
version=0.0.2
version=0.0.2-SNAPSHOT

0 comments on commit 54563ac

Please sign in to comment.