Skip to content

Commit 3a6b210

Browse files
authored
update
1 parent 79f8f8f commit 3a6b210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
WITH_V: false
2626
- name: Extract version from tag 🔍
2727
env:
28-
POM_VERSION: ${{ steps.bump_version.new_tag }}
28+
POM_VERSION: ${{ steps.bump_version.outputs.new_tag }}
2929
run: |
3030
MAJOR_VERSION=$(echo $POM_VERSION | cut -d. -f1)
3131
MINOR_VERSION=$(echo $POM_VERSION | cut -d. -f2)

0 commit comments

Comments
 (0)