Skip to content

Commit 907c24d

Browse files
Update create-tagged-release.yml
1 parent f9d714a commit 907c24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
TAG_NAME=${GITHUB_REF#refs/tags/}
3737
echo "Updating POM version to $TAG_NAME"
3838
mvn -B versions:set -DnewVersion=$TAG_NAME
39-
mvn -B package --file pom.xml -DskipTests
39+
mvn -B package --file pom.xml
4040
4141
- name: Revert POM changes
4242
run: git checkout -- pom.xml

0 commit comments

Comments
 (0)