Skip to content

Commit e28bfd7

Browse files
Update publish.yml
1 parent def2f43 commit e28bfd7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ jobs:
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
file-to-check: pom.xml
35-
3635
- name: use-version-from-check
37-
run: echo "New version is: " ${{ steps.actions_project_version_check.outputs.version }}
38-
36+
run: "echo 'POM version is: ${{ steps.actions_project_version_check.outputs.version }}'"
3937
- name: Build with Maven
4038
run: mvn -B package --file pom.xml install
4139
- name: Publish to GitHub Packages Apache Maven

0 commit comments

Comments
 (0)