diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dfe8e0..18cb6a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: + ref: main fetch-depth: 0 - name: Project Version @@ -125,6 +126,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: + ref: main fetch-depth: 0 - name: Project Version diff --git a/gradle.properties b/gradle.properties index 7fba0c8..1e56033 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file +version=0.0.2-SNAPSHOT \ No newline at end of file