We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 007317d + 75b0ab2 commit 8e69b26Copy full SHA for 8e69b26
.github/workflows/create-tagged-release.yml
@@ -1,6 +1,9 @@
1
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
2
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
3
4
+# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
5
+# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
6
+
7
name: Maven Package
8
9
on:
@@ -54,4 +57,4 @@ jobs:
54
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
58
56
59
- name: Reset POM
- run: git checkout -- pom.xml
60
+ run: git checkout -- pom.xml
0 commit comments