Skip to content

Commit 8e69b26

Browse files
Merge branch 'main' into develop
2 parents 007317d + 75b0ab2 commit 8e69b26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/create-tagged-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
22
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
33

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+
47
name: Maven Package
58

69
on:
@@ -54,4 +57,4 @@ jobs:
5457
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5558

5659
- name: Reset POM
57-
run: git checkout -- pom.xml
60+
run: git checkout -- pom.xml

0 commit comments

Comments
 (0)