We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f8f8f commit 3a6b210Copy full SHA for 3a6b210
.github/workflows/pipeline.yml
@@ -25,7 +25,7 @@ jobs:
25
WITH_V: false
26
- name: Extract version from tag 🔍
27
env:
28
- POM_VERSION: ${{ steps.bump_version.new_tag }}
+ POM_VERSION: ${{ steps.bump_version.outputs.new_tag }}
29
run: |
30
MAJOR_VERSION=$(echo $POM_VERSION | cut -d. -f1)
31
MINOR_VERSION=$(echo $POM_VERSION | cut -d. -f2)
0 commit comments