We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def2f43 commit e28bfd7Copy full SHA for e28bfd7
.github/workflows/publish.yml
@@ -32,10 +32,8 @@ jobs:
32
with:
33
token: ${{ secrets.GITHUB_TOKEN }}
34
file-to-check: pom.xml
35
-
36
- name: use-version-from-check
37
- run: echo "New version is: " ${{ steps.actions_project_version_check.outputs.version }}
38
+ run: "echo 'POM version is: ${{ steps.actions_project_version_check.outputs.version }}'"
39
- name: Build with Maven
40
run: mvn -B package --file pom.xml install
41
- name: Publish to GitHub Packages Apache Maven
0 commit comments