We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19711e commit be506a1Copy full SHA for be506a1
.github/workflows/publish.yml
@@ -3,6 +3,9 @@ name: Publish
3
on:
4
push:
5
branches: [ "master" ]
6
+ paths-ignore:
7
+ - 'README.md'
8
+ - 'settings.gradle'
9
10
permissions:
11
contents: read
@@ -12,7 +15,7 @@ jobs:
12
15
uses: MinecraftForge/SharedActions/.github/workflows/gradle.yml@main
13
16
with:
14
17
java: 17
- gradle_tasks: "publish"
18
+ gradle_tasks: "check publish"
19
artifact_name: "git-version"
20
secrets:
21
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
README.md
@@ -1,3 +1,7 @@
1
+> [!WARNING]
2
+> This README is out-of-date, and needs to be updated to reflect the current state of GitVersion and GradleUtils. This
+> will be done in due time.
+
# Git Version
GitVersion is a framework-agnostic implementation of Git-based versioning using the JGit library. While primarily
0 commit comments